/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Most common stuff you'll need to change */

	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 252px; overflow: auto !important; padding-right: 10px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 252px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 252px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 10px 0 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 10px; text-align: center }

	/* Don't change anything below here unless you know what you're doing */
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	/* Slider box */
	#coda-slider-frame-top-line{
		float:none;
		width:260px;
		height:17px;
		background: url(../../images/slider_right_top.gif) top center no-repeat;
	}

	.coda-slider-wrapper {
		width:260px;
		background: url(../../images/slider_right_middle.gif) top center repeat-y;
	}
	.coda-slider { 
		background: #ffffff;
		margin-left:5px;
		margin-right:3px;
	}	
	.coda-slider, .coda-slider .panel { width: 252px } 
	/* Slider box  */
	
	#coda-slider-top-header {
		height: 22px;
		width:220px;
		float:none;
		padding-left:20px;
		padding-right:20px;
		background: url(../../images/slider_right_middle.gif) top center repeat-y;
	}
	
	#coda-nav-left-1 a {
    	width: 23px;
		height: 22px;
	}
	#coda-nav-a-left {
    	width: 33px;
		height: 22px;
	}
	#coda-nav-a-right {
    	width: 33px;
		height: 22px;
	}
	#coda-nav-left-1 {
		float:left;
		display: block;
		width: 23px;
		height: 22px;
		background-image: url(../../images/pagination.png);
		background-position: -25px -48px;
	}
	#coda-nav-left-1:hover {
    	background-position: -25px -24px;
	}
	#coda-nav-left-blank {
		float:left;
		display: block;
		width: 23px;
		height: 22px;
	}
	
	#coda-slider-top-title{
		float:left;
		text-align:center;
		width:174px;
		height:22px;
		font-size:18px;
		color:#666666;
		font-family:Tahoma, Geneva, sans-serif;
	}
	
	#coda-nav-right-1 a {
    	width: 23px;
		height: 22px;
	}
	#coda-nav-right-1 {
		float:right;
		display: block;
		width: 23px;
		height: 22px;
		background-image: url(../../images/pagination.png);
		background-position: -50px -48px;
	}
	#coda-nav-right-1:hover {
    	background-position: -50px -24px;
	}
	#coda-nav-right-blank {
		float:right;
		display: block;
		width: 23px;
		height: 22px;
	}
	
	#coda-slider-top-line_frame {
		width:260px;
		height:10px;
		background: url(../../images/slider_right_middle.gif) top center repeat-y;
		float:none;
	}
	#coda-slider-top-line {
		width:230px;
		height:6px;
		float:none;
		margin-left:15px;
		margin-right:15px;
		padding-botton:3px;
		border-bottom: 1px solid #dadada;
	}
	#coda-slider-frame-botton-line{
		float:none;
		width:260px;
		height:14px;
		background: url(../../images/slider_right_botton.gif) top center no-repeat;
	}
	
	#row_slider_title{
		float:none;
		padding-top:4px;
		padding-bottom:7px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#row_slider_title a:link {
	color:#333333;
	text-decoration: none;
	/*font-weight:bold;*/
	}
	#row_slider_title a:visited{
		color:#333333;
		text-decoration: none;
		/*font-weight:bold;*/
	}
	#row_slider_title a:hover {
		/*text-decoration: underline;*/
		/*font-weight:bold;*/
		color:#979076;
		text-decoration: none;
	}
	#center_right_all_topics {
		float:none;
	}
	#center_right_important {
		float:none;
	}