/* 
    Document   : carousels65
    Created on : Nov 14, 2013, 4:13:18 PM
    Author     : local
    Description:
        Purpose of the stylesheet follows.
*/
#wrapper {
	width: 600px;
	height: 350px;
        position: relative;
}
#images {
	width: 600px;
	height: 350px;
}
#images img {
	display: block;
	float: left;
}
#timer,
#captions {
	background: rgba( 0, 0, 0, 0.5 );
	width: 600px;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#timer {
	/*background:#F94032;*/
	background: rgba(249,238,116,0.5);
}
#captions .carousel > div {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	text-transform: uppercase;
	text-indent: 50px;
	width: 600px;
	height: 50px;
	float: left;
}
.pager {
	line-height: 22px;
	padding: 16px 50px 0 0;
	float: right;
        margin: 0;
}
.pager a {
	border: 1px solid #fff;
	border-radius: 10px;
	display: none;
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.pager a:hover {
	background: rgba( 255, 255, 255, 0.3 );
}
.pager a.selected {
	background: #fff;
}
.cod .pager .p1,
.cod .pager .p2,
.cod .pager .p3,
.gta .pager .p4,
.gta .pager .p5,
.gta .pager .p6,
.mgs .pager .p7,
.mgs .pager .p8,
.mgs .pager .p9 {
	display: inline-block;
}