﻿#container{margin:0 auto; width:674px;}

/**** SLIDER ***/
.viewer {
	height:313px;	
	width: 674px;
	overflow: hidden;
	position: relative;
	border:1px solid #fff;
	
}
.slideimages {
	position: absolute;
	top: 0; left: 0;
}
.ip-slideimg{
	height:313px;	
	width: 674px;
}
.slideimages img {float: left;}
.paging {
	position: absolute;
	bottom: 0px;
	left:281px;
	height:8px;
	z-index: 100;
	display: none;
	background-color:#333;
	padding:10px 3px 0px 10px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 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);
}