/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			60px;
		width:			700px;
		margin: 			0px 0px 8px 7px;		
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
	position:			absolute;
	left: 			520px;
	top: 499px;
		}
				
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			1px; 
		top:			-8px; 
		width:			496px; 
		height:			74px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		border-top:		0px solid #000000;
		border-left:		0px solid #000000;
		border-right:		0px solid #686262;
		border-bottom:		0px solid #686262;
		}
.scrollContent { 
		position:			absolute; 
		left:			5px; 
		top:			-1px; 
		width:			468px; 
		}
a img{
	border: 0;
}

a {
	color:#000000;
	text-decoration:none;
}

.style2 {
	font-size: 12px;
	font-weight: 5;
	line-height: 17px;
}

 .resimKutusu {
 background: url(images/golge.png) no-repeat bottom right;
 clear: right;
 float: left;
 position: relative;
 }

 .resimKutusu img {
 background-color: #fff;
 border: 1px solid #a9a9a9;
 padding: 0px;
 display: block;
 margin: -3px 3px 3px -3px;
 position: relative;
 }