#slider {
	/* You MUST specify the width and height */
	width:940px;
	height:270px;
	position:relative;	
	overflow:hidden;
	
}

#mask-gallery {	
	overflow:hidden;	
}

#gallery {	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;	
	z-index:0;	
	/* width = total items multiply with #mask gallery width */
	width:940px;
	overflow:hidden;
}

	#gallery li {
    /* float left, so that the items are arrangged horizontally */
	float:left;
	}

#slidergovde{
width:940px;
height:270px;
background-color:#333333;
}

#slidersol{
float:left;
width:576px;
height:241px;
margin-left:10px;
margin-top:10px;
border:1px solid #ccc;
-moz-border-radius:4px;
padding:2px;
background-color:#FFFFFF;
}

#slidersag {
width:310px;
height:240px;
float:right;
background-color:#e6d8b5;
border:1px solid #ccc;
margin-top:10px;
margin-right:10px;
padding:5px;
border:1px solid #ccc;
-moz-border-radius:4px;
padding:2px;
padding-left:15px;

}

#aciklama1{ font-size:18pt; font-weight:bold; color:#958665; height:auto; padding-top:5px;  margin-right:8px;}
#aciklama2{ font-size:25pt; font-weight:bold; margin-top:10px; color:#e7d9b6; height:45px; background-color:#998b68; -moz-border-radius:8px; width:180px; padding:5px;}
#aciklama3{ margin-top:20px; font-size:9pt; color:#665835; height:25px;}
#aciklama4{ margin-top:30px; font-size:9pt; color:#665835; height:50px; text-align:right; margin-right:8px;}



#buttons{
width:940px;
background-color:#333333;
float:left;
margin-left:8px;
}
#buttons a{
color:#666666;

}

.clear {
	clear:both;	
}


