@CHARSET "UTF-8";
div#image-carousel
{
	width:680px;
	height:400px;
	background:#222;
	overflow:scroll;
	border-radius: 20px 20px 20px 20px;
}
div#image-carousel img, div#image-carousel .reflection
{
	border: 1px solid #222;
	border-radius: 5px 5px 5px 5px;
}
div#left-but
{
	position: absolute; bottom: 20px; left: 20px; display: inline;
	background: url("/img/carousel-left.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 43px;
    width: 42px;
}
div#left-but:hover
{
	background: url("/img/carousel-left-hover.png") no-repeat scroll 0 0 transparent;
}
div#right-but
{
	position: absolute; bottom: 20px; right: 20px; display: inline;
	background: url("/img/carousel-right.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 43px;
    width: 42px;
}
div#right-but:hover
{
    background: url("/img/carousel-right-hover.png") no-repeat scroll 0 0 transparent;
}