@charset "utf-8";
/* CSS Document */

.stepcarousel{
	position: relative; /*leave this value alone*/
	width: 500px; /*Width of Carousel Viewer itself*/
	height: 350px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 500px;
	height:auto;
}
.baslikcarousel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 500px;
	margin-top: 15px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1e1e;	
	text-align: left;
}
.yazicarousel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 500px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e1e1e;	
	text-align: left;
}
.carousel {
	width: 500px;
	padding: 0px;
}
.image {
	width: 500px;
}
.carouselback {
	background: url(../images/carouselback.png) no-repeat;
	padding: 15px;
	width: 500px;
	margin-left: 25px;
}