﻿.HomeFeature
{
    margin-top:10px;
	width:610px;
}

.Slidewrapper
{
	height:0px;
	width:610px;
	display:none;
	border:solid 4px white;
	position:absolute;
	top:143px;
	background-color:white;
	margin-left:-433px;
}

.FeatureLogo
{
	width:100%;
	text-align:center;
	padding-top:35px;
}
.FeatureText
{
	font-size:13px;
	font-weight:normal;
	font-family:Arial;
	line-height:18px;
	color:#333333;
}

.FeatureText a
{
	font-size:13px;
	font-weight:normal;
	font-family:Arial;
	color:#9e9e9e;
	text-decoration:underline;
}

.FeatureBottomText
{
	font-size:13px;
	font-family:Arial;
	line-height:18px;
	font-weight:bold;color:#ff9933;
}

.FeatureBottomText a
{
	font-size:13px;
	font-family:Arial;
	line-height:18px;
	font-weight:bold;color:#ff9933;
	text-decoration:none;
}
/*
#leftArrow
{
	
	padding-left:30px;
	padding-top:188px;
}

#rightArrow
{

	padding-right:30px;
	padding-top:188px;*/
	/*position:relative;
	top:-168px;*/
/*}
*/
.left
{
	float:left;
	overflow: hidden;
}
.right
{
	float:right;
	overflow: hidden;
}


.left-arrow-button-container
{
	padding-left:30px;
	padding-top:188px;
	
	/*padding-right:15px;
	vertical-align:bottom;*/
}
.right-arrow-button-container
{
	padding-right:30px;
	padding-top:188px;
	/*padding-left:13px;*/

	vertical-align:bottom;
}

.prev-button
{
		
	/*float:left;
	overflow: hidden;*/
	width:14px;
	height:28px;
	
	display:inline;
	/*background-image: url('/images/features/feature_arrow_left_off.gif');
	background-repeat:no-repeat;*/
}
.prev-button:hover
{
	background-image: url('../images/features/feature_arrow_left_over.gif');
}
.next-button
{
	
	vertical-align:middle;
	overflow: hidden;
	float:left;
	width:14px;
	height:28px;
	/*background-image: url('/images/features/feature_arrow_right_up.gif');
	background-repeat:no-repeat;*/
	
	display:inline;
}
.next-button:hover
{
	background-image: url('../images/features/feature_arrow_right_over.gif');
}

.prev-frame
{
	font-weight: bold;
	height:28px;
	width:14px;
}
.next-frame
{
	font-weight: bold;
	height:28px;
 width:14px;
}
.hidden
{
	visibility: hidden;
}


#slide-view
{
	background-image:url('/images/Features/feature_on_bg.gif');
	background-repeat:no-repeat;
	background-color:White;
	width:612px;
	
	margin: 0px;
  /*  overflow: hidden;*/
    padding: 0px 0px 0px 0px;
    /*position: relative;
	top:0px;
	left:0px;*/
	float:left;
	
}

#slider
{
	float:left;
    overflow:hidden;
    
    width:519px;
    height:399px;  
    
}

#container
{
	text-align: left;
	width:10000px;
	 height:399px;  
}

#container .slide
{
    float: left;
    overflow: hidden;
    width: 521px;
    height:399px;  
    padding-left:15px;
    padding-right:15px;
      
}

#container[id] .slide
{
    float: left;
    overflow: hidden;
    width: 493px;
    height:399px;  
    padding-left:15px;
    padding-right:26px;
      
}

.SliderContainer
{
	width:489px; /*609px;*/
	padding-left:16px;
	padding-right:16px;
	height:328px;
}

.CloseWindow
{
	font-family:Arial;
	color:#9e9e9e;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	position:absolute;
	left:498px;
	top:355px;
	text-decoration:none;
}

.CloseWindow[class]
{
	
	position:absolute;
	top:355px;
	left:498px;
	
}


