@charset "utf-8";
/* CSS Document */

/*
    ____             __                        __   ____  _                             __      
   / __ \___  ____ _/ /____   ____ _____  ____/ /  / __ \(_)_____________  __  ______  / /______
  / / / / _ \/ __ `/ / ___/  / __ `/ __ \/ __  /  / / / / / ___/ ___/ __ \/ / / / __ \/ __/ ___/
 / /_/ /  __/ /_/ / (__  )  / /_/ / / / / /_/ /  / /_/ / (__  ) /__/ /_/ / /_/ / / / / /_(__  ) 
/_____/\___/\__,_/_/____/   \__,_/_/ /_/\__,_/  /_____/_/____/\___/\____/\__,_/_/ /_/\__/____/  
 _    __          __  _            __   ___           ______                    _____                 ____         
| |  / /__  _____/ /_(_)________ _/ /  |__ \ _  __   /  _/ /____  ____ ___     / ___/______________  / / /__  _____
| | / / _ \/ ___/ __/ / ___/ __ `/ /   __/ /| |/_/   / // __/ _ \/ __ `__ \    \__ \/ ___/ ___/ __ \/ / / _ \/ ___/
| |/ /  __/ /  / /_/ / /__/ /_/ / /   / __/_>  <   _/ // /_/  __/ / / / / /   ___/ / /__/ /  / /_/ / / /  __/ /    
|___/\___/_/   \__/_/\___/\__,_/_/   /____/_/|_|  /___/\__/\___/_/ /_/ /_/   /____/\___/_/   \____/_/_/\___/_/     
      
*/

/* Vertical 2x Scroller CSS */

/* Framework */

#dnd_scrollerV2XitemsModule
	{
	position:relative;
	/*border:1px dashed #999999;*/
	background:#ffffff;
	width:160px;
	height:406px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
		
#dnd_scrollerV2XitemsWrapper
	{
	position:relative;
	width:160px;
	height:300px;
	overflow:hidden;
	}

.dnd_scrollerV2XitemsContainer
	{
	width:160px;
	height:300px;
	}
	
.dnd_scrollerV2Xitem
	{
	width:160px;
	height:140px;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	float:left;
	text-align:center;
	b
	}
	
.dnd_scrollerV2XitemImage,
.dnd_scrollerV2XitemImage img
	{
	width:160px;
	height:90px;
	margin:0px;
	padding:0px;
	}

.dnd_scrollerV2XitemAdvertiser
	{
	}
	
.dnd_scrollerV2XitemDescLine1
	{
	font-size:12px;
	}

.dnd_scrollerV2XitemDescLine2
	{
	font-size:12px;
	}
	
/* end Framework */



/* Scroller Elements */

#dnd_scrollerV2XitemsLogo
	{
	/* background: url(/images/dnd/dnd_scrollerV2X/dnd_scrollerV2XitemsLogo.jpg) no-repeat;     removed to include link for image */
	width:160px;
	height:46px;
	}
	
#dnd_scrollerV2XitemsLogo a:focus, 
#dnd_scrollerV2XitemsLogo img {
	border:0;
	outline:0;
}
	
#dnd_scrollerV2XitemsTop
	{
	background: url(/images/dnd/dnd_scrollerV2X/dnd_scrollerV2Xitems-redbar.jpg) repeat-x;
	margin:0px;
	padding:0px;
	height:25px;
	text-align:center;
	}
	
#dnd_scrollerV2XitemsBottom
	{
	background: url(/images/dnd/dnd_scrollerV2X/dnd_scrollerV2Xitems-redbar.jpg) repeat-x;
	margin:10px 0px 0px 0px;
	padding:0px;
	height:25px;
	text-align:center;
	}
	
/* end Scroller Elements */


			
/* Image Replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next
	{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
/* end Image Replacement */
			
			
			

/* Easy Slider */

#dnd_scrollerV2Xitems ul, #dnd_scrollerV2Xitems li
	{
	margin:0;
	padding:0;
	list-style:none;
	}

#dnd_scrollerV2Xitems li
	{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:160px;
	height:300px;
	overflow:hidden; 
	}	
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev
	{ 
	display:block;
	width:50px;
	height:150px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}
		
#nextBtn, #slider1next
	{ 
	left:696px;
	}														
	
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a
	{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
	
#nextBtn a, #slider1next a
	{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
		
/* Numeric Controls */	

ol#controls
	{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
	
ol#controls li
	{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
	
ol#controls li a
	{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
	
ol#controls li.current a
	{
	background:#5DC9E1;
	color:#fff;
	}
	
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}
		

/* end Numeric Controls */


/* Other Formatting */

.pageWrapper {margin:25px; min-height:1px;}

hr {height:2px; border-width:0px; color:#990000; background:#990000;}

img {border:none;}

.dnd_scrollerV2XitemAdvertiser a:link,
.dnd_scrollerV2XitemAdvertiser a:visited,
.dnd_scrollerV2XitemAdvertiser a:active {font-size:12px; color:#990000; font-weight:bold; text-decoration:none;}
.dnd_scrollerV2XitemAdvertiser a:hover {font-size:12px; color:#990000; font-weight:bold; text-decoration:underline;}

.dnd_vs2xclearfloat
	{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/* end Other Formatting */



