@charset "utf-8";

body {background: #000000; color: #dddddd; font:normal normal 75%/1.4em Verdana, Helvetica, Geneva, sans-serif; margin: 10; padding: 0; cursor: default;}

a {cursor: hand;}
a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

.graybtn {
background: #ccc;
color: #333;
text-align: center;
font-weight: bold;
padding: 5px 10px 5px 10px;
width: 100px;
border: 1px solid;
border-color: #bbb #ccc #ccc #bbb;
}
.graybtn a:link, .graybtn a:active, .graybtn a:visited, .graybtn a:hover {color: #333; text-decoration: none;}
.graybtn:hover {background: #aaa; border-color: #bbb #ccc #ccc #bbb;}

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

form input {border:1px solid #d1d1d1; padding-left:0.2em; margin-bottom:0.2em; width:100px; background:#e4e4e4; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
form input:hover {background:#ececec; border:1px solid #fff; color:#666;}
form input:focus {background:#fff; border:1px solid #d1d1d1; color:#333;}
form select {margin:0 0 1em 0.5em;}
form textarea {width:410px; height:7em; border:1px solid #d1d1d1; padding:.7em; overflow:auto; background:#e4e4e4; font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode', Verdana,sans-serif; font-size: 11px;}
form textarea:hover { background:#ececec; border:1px solid #fff; color:#666;}
form textarea:focus {background:#fff; border:1px solid #ececec; color:#333;}

form option {background:#fff; color:#333333;}
form optgroup {background:#fff; color:#000; font-style:normal;}
form optgroup option {background:#fff; color:#ececec;}

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

.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
text-align:center;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width. Subtract total padding from sliderwrapper width. */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color: #eeeeee;
font: .9em Verdana, Helvetica, Geneva, sans-serif;
line-height: 1.8em; 
}

.pagination{
	width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	padding: 0;
	background-color: #333333;
}
.pagination a{
	padding: 0;
	text-decoration: none;
	color: #CC3300;
}
.pagination a.selected {
}
