.ad-gallery {
    float:left;
	width: 100%;
}
.ad-preloads
{
	display:none;
}
.ad-gallery .ad-image-wrapper {
    height: 380px;
    overflow: hidden;
    position: relative;
    width: 330px;
	float:left;
	background:url(../img/Home/hole.png) center bottom no-repeat;
}
.ad-gallery .ad-image-wrapper .ad-image {
    left: 0;
    margin-top: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.ad-gallery .ad-image-wrapper .ad-image img {
    position: relative;
	left: 0;    
    top: 0;
	max-width:100%;
	max-height:100%;
}
.ad-gallery .ad-image-wrapper .ad-loader {
    left: 48%;
    position: absolute;
    top: 48%;
    z-index: 10;
}
.ad-gallery .ad-image-wrapper .ad-next {
    right: 0;
}
.ad-gallery .ad-image-wrapper .ad-next,
.ad-gallery .ad-image-wrapper .ad-prev {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 15%;
    z-index: 11;
	display:none;
}
.hand{
    cursor: pointer;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    left: auto;
    padding: 7px 0 7px 10px;
    right: 0;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: #444;
    color: #FFF;
    display: none;
    left: 0;
    padding: 7px 10px 7px 0;
    position: absolute;
    top: 47%;
    z-index: 101;
}
.size14 {
    font-size: 14px;
}
.nowrap {
    white-space: nowrap;
}
.rnd{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ad-image-description {
    background:#222;
    bottom: 0;
    color: #FFF;
    left: 0;
    opacity: 0.8;
    padding: 5px 8px;
    position: absolute;
    width: 714px;
    z-index: 12;
}
.ad-gallery .ad-nav {
    position: relative;
	float:left;
    width: 518px;
	margin-left: 10px;
	margin-top:18px;
}
.ad-gallery .bkfor {
    cursor: pointer;
    display: block;
    height: 50px;
    padding-top: 45px;
    position: absolute;
    top: 0;
    width: 13px;
    z-index: 10;
}
.ad-gallery .ad-back {
    left: 0;
}
.ad-gallery .ad-forward {
    right: 0;
}
.bkfor b {
    height:36px;
	width:19px;
    position: absolute;
}
.ad-gallery .ad-back b {
    right: 0;
	background:url(../img/Home/left_arrow.jpg)
}
.ad-gallery .ad-forward b {
    left: 0;
	background:url(../img/Home/right_arrow.jpg)
}

.ad-gallery .ad-back:hover b {
	background:url(../img/Home/left_arrow_hover.png)
}
.ad-gallery .ad-forward:hover b {
	background:url(../img/Home/right_arrow_hover.png)
}


.ib {
    display: inline-block;
}
.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 96%;
	float:left;
	margin:4px 15px 0 15px;
	padding:0;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
	padding-left:0;
    list-style: none;
    width: 9000px;
}
.ad-gallery .ad-thumbs li {
    display: inline;
    float: left;
    padding-right: 5px;
    vertical-align: middle;
}
.ad-gallery .ad-thumbs li a {
    display: block;
    float: left;
    height: 145px;
}
a, a:link, a:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.ad-gallery .ad-thumbs li a.ad-active img,
.ad-gallery .ad-thumbs li a:hover img {
}
.ad-gallery .ad-thumbs li a img {
    line-height: 84px;
    padding: 2px;
    vertical-align: middle;
	border:none;
}
.ad-gallery .ad-controls {
    color: #AAA;
    height: 12px;
    padding: 3px 10px;
}
small, .sml{
    font: 400 11px "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Tahoma, sans-serif;
}
.totalimgs {
    border-right: 1px solid #000;
    margin-right: 8px;
    padding-right: 8px;
}
.fl {
    float: left;
}
.ad-controls p.nyPaginateGal {
    line-height: 13px;
    padding: 0;
}
.fr {
    float: right;
}
.ad-info {
    width: 50px;
}
.nparrows {
    border-right: 1px solid #000;
    margin-right: 8px;
    padding: 0 8px 0 80px;
}
.tc {
    text-align: center;
}
.nparrows .parrow {
    border-right: 1px solid #777;
    margin-right: 4px;
    padding-right: 4px;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    display: none;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    font-size: 0.9em;
    padding-left: 5px;
}

/** customized style **/
.gallery_content
{
	float:left;
	width:100%;;
	
}
.banner_left
{
	float:left;
	width:620px;
}
.animated_menu
{
	padding-left:0;
	position:relative;
	
}
/* Represents the background of the highlighted menu-item. */
.animated_menu li.back 
{
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
	padding:0 !important;
	bottom:0;
	height:2px;
	background: #0b8f05; /* Old browsers */
	background: -moz-linear-gradient(top,  #0b8f05 10%, #3da320 49.9%, #079004 50%, #079004 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#0b8f05), color-stop(49.9%,#3da320), color-stop(50%,#079004), color-stop(100%,#079004)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b8f05 10%,#3da320 49.9%,#079004 50%,#079004 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8f05', endColorstr='#079004',GradientType=0 ); /* IE6-9 */
	
}
nav ul {
    float: left;
}
.animated_menu li.last_child
{
	margin-right:0; 
}
.animated_menu li.back .left 
{
	height: 30px;
	margin-right: 9px; 
}












