html, body {width:100%;}
body {
	margin:0;
  	color:#000;
	font:11px arial,sans-serif;
	background:#fff;	
}
img{border:none;}
a{
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#main-container {
	margin: 0 auto;
	width:600px;
	padding:0 10px;
	border:2px solid #CCC;
}

h1 {
	margin:0 0 20px;
	font-size:20px;
}
h3 {
	margin:0 0 10px;
	font-size:15px;
}
p {
	margin:0 0 8px;
}
.iframe {
	background:#5a5a5a;
	color:#fff;
}

/* gallery */
.gallery {
	overflow:hidden;
	width:410px;
	padding:10px;	
}
.gallery .img-holder {
	position:relative;
	width:402px;
	height:300px;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery ul.img-holder {
	height:320px;
}
.gallery3 ul.img-holder { 
	float:left;
	width:220px;
	height:180px;
}
.gallery ul.img-holder li {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.gallery div.img-holder img {
	position:absolute;
	top:0;
	left:5px;
	z-index:0;
}
.gallery .img-holder .active {
	z-index:1;
}
.gallery ul.items {
	margin:0;
	padding:0;
	list-style:none;
}
.gallery ul.items li {
	float:left;
	padding:1px;
}
.gallery ul.items li.active {
	padding:0;
	border:1px solid #F93;
}
.gallery ul.items img {
	border:0;
	display:block;
}
.gallery .nav {
	overflow:hidden;
	height:1%;
	padding:5px 0;
}
.gallery .nav p {
	margin:0;
	font-size:12px;
	text-align:center;
}
.gallery .nav a.prev,
.gallery .nav a.next,
.gallery .nav a.pause {
	width:20px;
	height:20px;
	text-indent:-9999px;
	float:left;
	background:url(../images/arrow-prev.gif) no-repeat;
}
.gallery .nav a.pause {
	display:inline;
	margin:0 0 0 10px;
	background:url(../images/play-button.gif) no-repeat 0 -40px;
}
.gallery .nav a.play {
	background:url(../images/play-button.gif) no-repeat 0 0px;
}
.gallery .nav a.next {
	background:url(../images/arrow-next.gif) no-repeat;
	float:right;
}
.gallery .nav a:hover {
	background-position:0 -20px;
}
.gallery .nav a.pause:hover {
	background:url(../images/play-button.gif) no-repeat 0 -60px;
}
.gallery .nav a.play:hover {
	background:url(../images/play-button.gif) no-repeat 0 -20px;
}

.gallery3 a.prev,
.gallery3 a.next {
	width:120px;
	display:block;
	padding:0 20px;
	clear:both;
	margin:0 0 10px;
	background:#000;
	color:#fff;
	line-height:20px;
}

.news-list  {
	float:left;
	width:100px;
	padding:0;
	margin:0;
	list-style:none;
}
.news-list  li {
	padding:0 0 3px;
}
.news-list  a {
	display:block;
	line-height:20px;
	padding:0 10px;
	background:#966;
}
.news-list  li.active a{
	color:#fff;
	background:#000;
}

