body{background-color:#F9F9F9;}
#container{
	/* [disabled]margin:20px auto; */
	width:1600px;
}

/**** SLIDER ***/
.viewer {
	height:450px;
	width: 1600px;
	overflow: hidden;
	position: relative;
	/* [disabled]border:5px solid #fff; */
	/* [disabled]-webkit-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); */
	/* [disabled]-moz-box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); */
	/* [disabled]box-shadow: 1px 1px 1px 1px rgba(50, 50, 50, 0.1); */
}
.slideimages {
	position: absolute;
	top: 0;
	left: 0;
}
.slideimages img {float: left;}
.paging {
	position: absolute;
	bottom: 0px;
	left:780px;
	height:15px;
	z-index: 100;
	display: none;
	/* [disabled]background-color:#1c1c1c; */
	padding:10px 3px 0px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.paging a {
	display:block;
	width:7px;
	height:7px;
	background:url(../images/mark-up.gif);
	text-indent:-9999px;
	float:left;
	margin-right:7px;
}
.paging a.active {
	background:url(../images/mark-dwn.gif);
}
