div#banner_sircles
{
width:970px;
float:left;
}
	#banner_sircles .top_txt
{
	color: #3EA0F3;
    float: right;
    font-family: 'Just Another Hand' !important;
    font-size: 28px;
    line-height: 0.9em;
    padding: 5px 0;
    text-align: right;
}
	#banner_sircles .sircles
{
    margin: 0;
    padding: 0 43px;
    width: 886px;
	float:left;
	background: url("../images/arrow_vertic.png") no-repeat 99% 0 transparent;
}
		#banner_sircles .sircles ul
{
		list-style: none outside none;
	    margin: 0 0 5px;
		padding: 0;
		width: 100%;
		float:left;
		height: 175px;
}
			#banner_sircles .sircles ul li
{
			margin: 0;
			padding: 0;
			float:left;
}
				#banner_sircles .sircles ul li span
{
				margin: 0;
				padding: 0;
				display: table-cell;
				 vertical-align: middle;
}
				#banner_sircles .sircles ul li.sircle
{
				background: url("../images/sircle_gray.png") no-repeat scroll 0 0 transparent;
				display: inline-table;
				height: 175px;
				text-align: center;
				width: 175px;
				
				color: #000000;
				font-size: 22px;
				text-shadow: 1px 1px #FFFFFF;
				font-family: 'Quicksand',sans serif;
				font-size: 20px;
				font-weight: normal;
				letter-spacing: -1px;
				line-height: 1;
			
}
					#banner_sircles .sircles ul li.sircle:hover
{
					background: url("../images/sircle_blue.png") no-repeat scroll 0 0 transparent;
					cursor: pointer;
					
					color: #FFFFFF !important;
					text-shadow: 0 -1px #6D6D6D !important;
}
				#banner_sircles .sircles ul li.arrow
{
				width: 62px;
				height: 175px;
				background: url("../images/arrow_horiz.png") no-repeat scroll center center transparent;
}

	#banner_sircles .button_affiliate
{
	background: url("../images/shadow_button.png") no-repeat scroll 50% 0 transparent;
    height: 70px;
    width: 100%;
	float: left;
}
		#banner_sircles .button_affiliate a
{
	    background: url("../images/button_affiliate.png") no-repeat scroll 50% 0 transparent;
		display: block;
		height: 70px;
		margin: 2px auto;
		padding: 2px 0 0;
		text-decoration: none;
		width: 232px;
}
