a,img {
	border:0; outline:0;
}
a:active { outline:none; }
ol,ul { list-style:none; 	list-style: disc outside;	padding-left:40px;}

#citems, #citemssingle {
	position:absolute;
	z-index:100;
	overflow: hidden; 
	width:100%;
	height:100%;
}
.citems_container {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	/*display:none;*/
	visibility: hidden;
}
.citems_control {
	width:100%;
	height:100%;
}
#citemssingle .citems_container {
	display:block;
	visibility: visible;
}
.citems_container a, .citems_container span {
	width:100%;
	height:100%;
	display:block;
}

.paging {
	position: absolute;
	top: 20px; 
	right: 20px;
	height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
}

.paging li {
	float:left;
	margin:0px 6px 0px 7px;
	list-style:none;
}

.paging li a {
	background-image:url(pagingoff.jpg);
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	float:left;
	overflow:hidden;
}

.paging li.current a {
	background-image:url(pagingon.jpg);
}
.arrows {
	position: absolute;
	top: 236px; 
	height:48px;
	z-index: 100;
	text-align: center;
	line-height: 48px;
	width:100%;
	display:none;
}

.carleftarrow {
	background-image:url(arrowleft.png);
	display:block;
	width:30px !important;
	height:0 !important;
	padding-top:48px;
	float:left;
	overflow:hidden;
	/*margin-left:11px;*/
}

.carrightarrow {
	background-image:url(arrowright.png);
	display:block;
	width:30px !important;
	height:0 !important;
	padding-top:48px;
	float:right;
	/*margin-right:5px;*/
	overflow:hidden;
}
.boxcaption{ 
	z-index:999;
	float: left; 
	position: absolute; 
	background: #FFF; 
	height: 27px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-family:verdana;
	font-size:10px;
	color:#666666;
}
.boxcaption {
	top: 173px;
	left: 925px;
}
.extraspan {
	position: absolute;
	display:block;
	background:url(<!--$HttpRelativeWebRoot-->groups/guardiansharedresources/documents/accessory/gi_020751.png) no-repeat;
	width:100%;
	height:100%;
	z-index:6;
}
#brightofcarousel {
	display:none;
}
.pagingdiv {
	display:none;
}