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

Theme Name: CoasterWarriors.com
Theme URI: http://www.coasterwarriors.com
Description: Database Slider
Author: Jeff Guilkey
Author URI: http://www.jeffguilkey.com
Version: 2.0 - 03/3/2009

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

/*-----------------------------------------------------------------------------
SLIDER
-----------------------------------------------------------------------------*/
#layout_trio_center .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: visible;
	width: 470px; /*width of featured content slider*/
	min-height: 240px;
	float: left;
}
#layout_trio_center .sliderwrapper .contentdiv{
	visibility: visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 470px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	min-height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#layout_trio_center .sliderwrapper .contentdiv .slider_pix {
	float: left;
	width: 470px;
}
#layout_trio_center .sliderwrapper .contentdiv .slider_box {
	padding: 4px;
	float: left;
	width: 460px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#layout_trio_center .sliderwrapper .contentdiv .slider_box .slider_title a, #layout_trio_center .sliderwrapper .contentdiv .slider_box .slider_title a:visited {
	font-size: 1.25em;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	float: left;
	width: 100%;
}
#layout_trio_center .sliderwrapper .contentdiv .slider_box .slider_title a:hover {
	font-weight: bold;
}
#layout_trio_center .sliderwrapper .contentdiv .slider_box .slider_blurb {
}
.pagination{
	width: 468px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #EEEEEE;
	float: left;
	margin-bottom: 10px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.pagination a {
	text-decoration: none;
	color: #00007D;
	background-color: #EEEEEE;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	float: left;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-image: url(../../images/database/dbslide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
