@charset "UTF-8";
/* CSS Document */

/* DIV surrounding entire comment block */
.comments-outer{
	width: 340px;
}
/* DIV surrounding the ist of comments */
.comments-wrap{
/*margin:10px;*/
background-color:#EFEFEF;
/* padding:20px; */
border-bottom:4px solid #CCCCCC;
}
.comments-header{
/* border-bottom:2px solid #FF0000; */
}
/* The COMMENTS header */
.comments-header h6{
font-size:30px;
clear:both;
margin:5px 0;
}
/* The Leave a Comment header */
.comments-add-form h6{
font-size:20px;
clear:both;
margin:8px 0;
}
.comments-list{
list-style:none;
padding:0;
}
.comments-list li{
list-style:none;
margin:0;
padding:0;
clear:both;
border-top:4px dotted #CCC;
}
.comments-author{
float:right;
width:33%;
clear:left;
text-align:left;
}
.comments-author p{
margin:5px 0;
}

.comments-author-name{
font-size:14px;
font-family: Helvetica;
}
.comments-author-date{
font-size:11px;
color:#CBCBCB;
}
.comments-approval{
font-size:11px;
color:#FF0000;
font-style:italic;
}
.comments-admin{
border:1px dashed #dadada;
}
.comments-clear{
clear:both;
height:0;
visibility:hidden;
border:0;
padding:0;
margin:0;
}
.comments-text{
float:left;
width:65%;
color:#000000;
padding:5px;
font-size:20px;
/* line-height:5px; */
height:auto;
/* height:50px; */
font-style:italic;
}
.comments-btn{
display:block;
margin:2px;
padding:3px;
background-color:#ff9437;
color:#FFFFFF;
font-size:11px;
width:150px;
text-decoration:none;
}
.comments-btn:hover{
text-decoration:underline;
}
.comments-add-form{
margin:0;
clear:both;
}
.comments-add-form-wrap{
margin:10px;
padding:10px;
clear:both;
}
.comments-add-form label{
margin-top: 4px;
color: white;
clear:left;
display:block;
font-style:italic;
}
.comments-input{
border:1px dotted #111111;
padding:6px;
font-family:arial;
font-size:14px;
}
.comments-input:focus{
background-color:#EEE;
border:1px solid #349E00;
}
.comments-add-err{
border:2px solid #FF0000 !important;
}
.comments-add-form input.comments-input{
background-color: #cccccc;
width:200px;
}
.comments-add-form textarea.comments-input{
background-color: #cccccc;
width:200px;
height:20px;
} 



//SLIDER

#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 350px;
    width: 850px;
    overflow: none;
    overflow-x: hidden;
    position: relative;
    margin: auto;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    height: 350px;
    width: 850px;
/*
	border:outset 8px #666666;

*/	z-index: 100;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    height: 22px;
    background-color: #000;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.scrollButtons.left {
    left: 20px;
   
    
}

.scrollButtons.right {
    right: 20px;
}

.hide {
    display: none;
}

.click_here {
	background-color: transparent !important;
	position: absolute;
	width: 210px;
	height: 30px;
	top: 200px;
	left: 505px;
	
}
