#image-rotator{
	position:relative;
	overflow:hidden;
	width:580px;
	height:250px;
	margin-bottom:10px;
}
#image-rotator .image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#image-rotator .caption{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	background-color:black;
}
#image-rotator .caption .title{
	font:10pt Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	padding:5px 10px 0 10px;
}
#image-rotator .caption .description{
	font:8pt Arial, Helvetica, sans-serif;
	color:#aaa;
	padding:0 10px;
}
#image-rotator .caption a{
	position:absolute;
	top:0;
	right:0;
	display:block;
	height:100%;
	width:100%;
	background:url('/images/layout/grey_arrow.gif') no-repeat;
	background-position:560px center;
}
#image-rotator .caption a:hover{
	background-image:url('/images/layout/white_arrow_big.gif');
}
#image-rotator .caption a span{
	display:none;
}
#image-rotator .top *{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10px;
	background-repeat:no-repeat;
}
#image-rotator .top .left{
	background-image:url('/images/layout/corner_white_top_left.gif');
	background-position:left top;
}
#image-rotator .top .right{
	background-image:url('/images/layout/corner_white_top_right.gif');
	background-position:right top;
}

#image-rotator .bottom *{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10px;
	background-repeat:no-repeat;
}
#image-rotator .bottom .left{
	background-image:url('/images/layout/corner_white_bottom_left.gif');
	background-position:left bottom;
}
#image-rotator .bottom .right{
	background-image:url('/images/layout/corner_white_bottom_right.gif');
	background-position:right bottom;
}
