
#slider-wrapper {
	position:absolute;
	top:86px;
	left:74px;
    width:352px;
    height:351px;
}

#slider {
	position:relative;
    width:352px;
    height:351px;
	background:url(/images/newtheme/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:60px;
	bottom:5px;
    visibility: show;
}
.nivo-controlNav a {
	display:block;
	width:7px;
	height:8px;
	background:url(/images/newtheme/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:15px;
	float:left;
	
	/*background: url(/images/slider-nav-bg.png) no-repeat scroll 0 0 transparent;*/
	/*background-position: 0 0px ;*/
   /* text-indent: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 5px;*/
}

.nivo-controlNav a.active {
	background-position: 0px -8px;
}




.nivo-directionNav a {
	display:block;
	width:60px;
	height:77px;
	/*background: url(/objects/new-arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-top: -20px;
}

a.nivo-nextNav {
	background-position:-60px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

a:hover.nivo-nextNav {
	background-position:-60px -77px;

}
a:hover.nivo-prevNav {
	left:0px;
	background-position: 0px -77px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


.nivo-caption {
    bottom:0; /* Vertically centre the captions */
    left: 0;
    width:668px;
    height: 351px;
    max-width:668px;
    overflow:hidden;
    background: none;
    text-shadow:none;
    font-family: 'Anton', arial, serif; /* Using a Google Font (not required) */
    color:#4c4b4b;
}

.nivo-html-caption {
display:none;
}
.nivo-caption p {
    padding:5px 15px;
}
.nivo-caption a {
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

div.nivo-caption
{
	padding: 0;
}
.nivo-caption h1
{
   	color: #505252;
   	padding: 0;
   	margin: 0;
   	padding-left: 14px;
   	padding-top: 40px;
   	font-family: "myriad-pro" ;
   	font-weight: 400 ;
   	font-size: 41px;
}

.nivo-caption h2
{
   	color: #505252;
   	padding: 0;
   	margin: 0;
   	padding-left: 14px;
   	margin-top: -9px;
   	font-family: "myriad-pro" ;
   	font-weight: 300 ;
   	font-size: 29px;
}

.nivo-caption p
{
   	color: #959595;
   	padding: 0;
   	margin: 0;
   	padding-top: 28px;
   	padding-left: 14px;
   	font-family: "myriad-pro" ;
   	font-weight: 400 ;
   	font-size: 13px;
   	width: 327px;
   	line-height: 15px;
}


