@charset "utf-8";
/* CSS Document */
#carousel {
	height:200px;
	margin:10px 0px;
	padding:0px;
	overflow:hidden;
}
#carousel_prev {
	float:left;
	width:34px;
	height:34px;
	background:transparent url(../images/prev.png) top left no-repeat;
	cursor:pointer;
	margin:83px 0px;
	margin-right:8px;
}
#carousel_next {
	float:right;
	width:34px;
	height:34px;
	background:transparent url(../images/next.png) top left no-repeat;
	cursor:pointer;
	margin:83px 0px;
}
#carousel ul {
	margin:0px;
	padding:0px;
}
#carousel li  {
	float:left;
	list-style:none outside none;
	margin:0px;
	padding:0px;
}
#carousel .photo-block {
	width:190px;
	height:190px;
	margin:4px;
	text-align:center;
}
#carousel .screenshot {
	width:180px;
	height:150px;
	overflow:hidden;
}




