@charset "UTF-8";
/* CSS Document */

/*====================NEW============*/
.caroufredsel_wrapper{width:720px !important;}
/*====================NEW============*/
.wrapper {
	background-color:#fff;
	width: 720px;
	margin: 0px;
	padding:0px;
}
.list_carousel {
	background-color: #fff;
	margin: 0;
	width: 720px;
	position:relative;
	overflow:visible;
	/*margin-left:500px;*/
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	background-color: #000;
	border: none;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 25px 0 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.pager {
	float: left;
	width: 660px;
	text-align: center;
	padding-left:60px;
	background:url(../_img/border_hgallery.gif) bottom left no-repeat;
	position:absolute;
	left:0px;
	bottom:22px;
}
.pager a {
	float:left;
	width:56px;
	height:23px;
	display:block;
	margin: 0 0 0 10px;
	text-decoration: none;
	border-bottom:2px solid #a29a99;
	text-indent:-9999px;
	font-size:0px;
	text-align: center !important;
}
.pager a:hover{
	border-bottom:2px solid #000000;
	text-indent:0px !important;
	color:#FFF;
	font:400 10px/18px 'Snippet', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pager a.selected {
	border-bottom:2px solid #ff5419;
	text-indent:0px !important;
	color:#FFF;
	font:400 10px/18px 'Snippet', Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#hm-nav{float:left;height:18px;padding:2px 0; position:absolute; left:0px; bottom:27px; display:block; z-index:999; }
#hm-nav a{background-image:url(../_img/btn_play.png); background-repeat:no-repeat; display:block; float:left; cursor:pointer; overflow:hidden; text-align:-9999px;}
#hm-nav a span{display:none;}
a.play {
	background: url(../_img/btn_play.png) no-repeat transparent;
	width:15px; height:18px;
	/*display: block;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -22px;*/
}
a.play {background-position:-17px 0px;}
a.play:hover {background-position:-17px -18px;}
a.play.paused {background-position:-49px 0px;}
a.play.paused:hover {background-position:-49px -18px;}

a.next{
	width:17px; height:18px;
}
a.next:link, a.next:visited{background-position:-32px 0px;}
a.next:hover, a.next:active{background-position:-32px -18px;}

a.prev{
	width:17px; height:18px;
}
a.prev:link, a.prev:visited{background-position:0px 0px; width:17px; height:18px;}
a.prev:hover, a.prev:active{background-position:0px -18px;}

#g-title{color:#9B9493; font:600 9px/11px 'Open Sans', Arial, Helvetica, sans-serif; padding-top:18px;}

a.g-image{position:relative; height:auto; width:auto;}

#np-arrows{width:720px; height:414px; display:block; position:absolute; top:0px; left:0px; z-index:999;}
a#next-btn{background:none; width:50% !important; height:414px !important; display:block; float:right; position:absolute; top:0px; right:-10px; z-index:999; cursor:pointer;}
/*a#next-btn:link, a#next-btn:visited{background:none;}
a#next-btn:hover, a#next-btn:active{background:url(arrow_gallery_next.png) right center no-repeat;}*/

a#prev-btn{background:none; width:50% !important; height:414px !important; display:block; float:left; position:absolute; top:0px; left:-10px; z-index:999; cursor:pointer;}
/*a#prev-btn:link, a#prev-btn:visited{background:none;}
a#prev-btn:hover, a#prev-btn:active{background:url(arrow_gallery_prev.png) left center no-repeat;}*/

#np-arrows:hover a#next-btn{background:url(../_img/arrow_gallery_next.png) right center no-repeat;}
#np-arrows:hover a#prev-btn{background:url(../_img/arrow_gallery_prev.png) left center no-repeat;}