
/*
---------------------------------------------------------------------------*/
#PhotoBox {
	/*background: #f0fff2 url(../slide_img/PhotoBoxBg.png) repeat-x;*/
}
#PhotoBox #TopPhoto {
	width: 910px;
	height: 340px;
	margin: 0 auto;
}

#slideshow {
	float: left;
	position: relative;
	width: 910px;
	height: 325px;
	margin-bottom: 1px;
	float: left;
	padding-bottom: 3px;
	border-bottom: 1px dotted #808080;
}

#slider {
	width: 910px;
	height: 300px;
	margin: 0 0 0 0px;
	float: left;
	position:relative;
}

#slider img {
	position:absolute;
	top:5px;
	left:0px;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

/* Caption styles */
.nivo-caption {
	display: none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:38%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	background: url(../slide_img/btn_prev.png) no-repeat;
	height: 78px;
	width: 37px;
	text-indent: -999em;
}
	
.nivo-prevNav:hover {
	background: url(../slide_img/btn_prev_hover.png) no-repeat;
}

.nivo-nextNav {
	right:0px;
	background: url(../slide_img/btn_next.png) no-repeat;
	height: 78px;
	width: 37px;
	text-indent: -999em;
}

.nivo-nextNav:hover {
	background: url(../slide_img/btn_next_hover.png) no-repeat;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	bottom: -20px;
	left:47%;
}

.nivo-controlNav a {
	background:url("../slide_img/bullets.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	float:left;
	height:10px;
	margin-right:3px;
	text-indent:-9999px;
	width:10px; 
        cursor: pointer;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}


/*
---------------------------------------------------------------------------*/

#Slide_wrap{
	width:940px;
	background-color:#fff;
	margin:12px auto;
}

:focus {
         outline:none;
      }
         #featured{ 
            width:640px; height:359px;
            padding-right:300px;
            position:relative;
            /*border:1px solid #ccc;*/
            line-height:1;
            background:#fff;
         }
		 
         #featured ul.ui-tabs-nav{ 
            position:absolute;
            top:0; left:625px;
            list-style:none;
            margin:0; padding:0;
            width:310px;
         }
		 
         #featured ul.ui-tabs-nav li{ 
            padding:0px 0 1px 10px;
            font-size:12px;
            color:#add8e6;
			border-bottom:1px dotted #333;
         }
		 
		 
         #featured ul.ui-tabs-nav li#nav-fragment-1{ 
            padding:0px 0 1px 10px;
            font-size:12px;
            color:#add8e6;
			border-top:1px dotted #333;
			border-bottom:1px dotted #333;
         }
		 
		 
         #featured ul.ui-tabs-nav li img{ 
            width:119px; height:67px;
            float:left;
            margin:1px 5px 0 -3px; padding:1px;
            background:#fff;
            /*border:1px solid #eee;*/
         }
		 
         #featured ul.ui-tabs-nav li span{ 
            font-size:11px;
            line-height:18px;
         }
         #featured li.ui-tabs-nav-item a{ 
            display:block;
            height:58px;
            color:#333;
            background:#fff;
            line-height:20px;
			text-decoration:none;
			padding:6px;
			margin:0 0 0 -10px;
			color:#39F;
         }
         #featured li.ui-tabs-nav-item a:hover{ 
            background:#f2f2f2;
			color:#39F;
			text-decoration:none;
         }
         #featured li.ui-tabs-selected{ 
            /*background:url(../img/arrow.gif) top left no-repeat;*/
         }
         #featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
            background:#b0e0e6;
			color:#000;
         }
         #featured .ui-tabs-panel{ 
            width:620px; height:359px;
            background:#fff;
            position:relative;
         }
         #featured .ui-tabs-panel img {
            width:620px; height:359px;
         }
         #featured .ui-tabs-panel .info{ 
            position:absolute;
            bottom:0; left:0;
            height:70px;
			width:620px;
            background: url(../img/transparent-bg.png);
         }
         #featured .info h2{ 
            font-size:13px;
            margin:10px;
            color:#000;
            overflow:hidden;
         }
         #featured .info p{
            margin:10px;
            font-size:11px;
            line-height:15px;
            color:#000;
         }
         #featured .info a{
            text-decoration:none;
            color:#000;
         }
         #featured .info a:hover{
            text-decoration:underline;
         }
         #featured .ui-tabs-hide{
            display:none;
         }