#flashy {
	width: 562px;
	height: 236px;
	position: relative;
	margin-bottom: 22px;
}

#flashy img {
	border: none;
}

#flashy-link {
	text-decoration: none;
}

#flashy-box, #flashy-box-time {
	margin:		0;
	padding:	0;
	height:		56px;
	width:		558px;
	background: url(../img/flashy_transparency.png);
	position:	absolute;
	bottom:		2px;
	left:		1px;
}

	#flashy-box #flashy-buttons {
		padding: 0;
		margin: 0;
		position: absolute;
		right: 10px;
		top: 17px;
	}
	
		#flashy-buttons span {
			width:		21px !important;
			height:		21px !important;
			padding:	0;
			margin:		0;
			display:	block;
			float:		left;
		}
	
		#flashy-buttons #flashy-left, #flashy-buttons #flashy-right {
			cursor:		pointer;
		}
		
		#flashy-buttons #flashy-left {
			background:	url(../img/flashy_left.png);
		}
		
		#flashy-buttons #flashy-right
		{
			background:	url(../img/flashy_right.png);
		}
		
		#flashy-buttons #flashy-middle
		{
			padding-right:	1px;
		}

			#flashy-buttons .state1
			{
				background:	url(../img/flashy_1.png);
			}
			
			#flashy-buttons .state2
                                        {
				background:     url(../img/flashy_2.png);
			}

			#flashy-buttons .state3
                                        {
				background:     url(../img/flashy_3.png);
			}

			#flashy-buttons .state4
                                        {
				background:     url(../img/flashy_4.png);
			}

	#flashy-box #flashy-title
	{
		padding: 5px 0 0 10px;
		margin: 0;
		font-size:	11px;
		font-family: tahoma, sans-serif;
		font-weight: bold;
		color:		#ffffff;
	}
	
	#flashy-box #flashy-text
	{
		padding:	5px 0 0 10px;
		margin:		0;
		width:		460px;
		font-size:	10px;
		font-family:	sans-serif;
		color:		#ffffff;
	}