.slide{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
border: 0px solid white;
border-bottom-width: 2px;
width: 483px; /*width of featured content slider*/
height: 273px;
}

.slide .contentdiv{
visibility: visible; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 483px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination2{
width: 483px;
height: 40px;
text-align: right;
background-color: white;
padding: 0px 0px;
}

.pagination2 a{
padding: 0 2px;
text-decoration: none; 
color: #B9775F;
font-size: 14px;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
background: #BC9986;
color: white;
text-decoration: none;
}

#title {font-size: 18pt; color: #909090; font-weight: bold; line-height: 27px; background-color:#000; filter:alpha(opacity=100);
opacity: 0.6;
-moz-opacity: 0.6;}

#title2 {font-size: 18pt; color: #c0c0c0; font-weight: bold; line-height: 27px;}

#lstory {font-size: 9pt; color: #909090; font-weight: normal; line-height: 17px;}

#fstory {font-size: 9pt; color: #c0c0c0; font-weight: normal; line-height: 17px;}

#lstory2 {font-size: 9pt; color: #909090; font-weight: bold;}
#lstory2 a:link {font-size: 9pt; color: #909090; font-weight: bold; text-decoration: none;}
#lstory2 a:visited {font-size: 9pt; color: #909090; font-weight: bold; text-decoration: none;}
#lstory2 a:hover {font-size: 9pt; color: #909090; font-weight: bold; text-decoration: underline;}

#fstory2 {font-size: 9pt; color: #c0c0c0; font-weight: bold;}
#fstory2 a:link {font-size: 9pt; color: #c0c0c0; font-weight: bold; text-decoration: none;}
#fstory2 a:visited {font-size: 9pt; color: #c0c0c0; font-weight: bold; text-decoration: none;}
#fstory2 a:hover {font-size: 9pt; color: #c0c0c0; font-weight: bold; text-decoration: underline;}

#subtitle a:link {font-size: 11pt; color: #B9775F; font-weight: bold; text-align: left;}
#subtitle a:visited {font-size: 11pt; color: #B9775F; font-weight: bold; text-align: left;}
#subtitle a:hover {font-size: 11pt; color: #D3A67C; font-weight: bold; text-align: left;}


a.videoslide { 
    display:block; 
    width:483px; 
    height:270px;  
    margin:0 0px 0px 0; 
    float:left; 
    border:0px solid #fff; 
} 
 
/* play button */ 
a.videoslide img { 
    display: block;
    margin-top:100px;
    margin-right: auto;
    margin-left: auto;
    border:0px; 
} 
 

/* when container is hovered we alter the border color */ 
a.videoslide:hover { 
    border:0px solid #fff; 
}

a.videoslide2 { 
    display:block; 
    width:250px; 
    height:215px;  
    margin:0 0px 0px 0; 
    float:left; 
    border:0px solid #fff; 
} 
 
/* play button */ 
a.videoslide2 img { 
    display: block;
    margin-top:84px;
    margin-right: auto;
    margin-left: auto;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.videoslide2:hover { 
    border:0px solid #fff; 
}

/* styling of the container. */ 
a.Player { 
    display:block; 
    width:147px; 
    height:100px;
    border:0px solid #FFF; 
} 
 
/* play button */ 
a.Player img { 
    margin-top:32px;
    margin-left:53px;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.Player:hover { 
    border:0px solid #FFF; 
}



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: solid #000 0px;
	left: 0px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -28px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../official/features/bx/images/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #BC9986;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d4d4d4;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #BC9986;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -2px;
	background: url(../../official/features/bx/images/controls.png) no-repeat 0 14px;
}

.bx-wrapper .bx-next {
	right: -2px;
	background: url(../../official/features/bx/images/controls.png) no-repeat -43px 14px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 100%;
	margin-top: -6px;
	outline: 0;
	width: 32px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../official/features/bx/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../official/features/bx/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



