﻿@charset "utf-8";
/* CSS Document */

body {margin:0px; padding:0px;
background-color:#f0f0f0; 
font-family:Verdana, Arial, Helvetica, sans-serif;}

a {color:#f00000;}
a:hover  {color:#c70000;}

p {text-align:justify;}

.stext{ font-size:12px;}
.mtext{ font-size:14px;}
.ltext{ font-size:16px; color:#CC0000; font-weight:bold;}

.footer { padding:5px; font-size:10px; color:#a2a2a2;}
.photogal {border:2px #CC0000 solid;}
.photogal a:hover {border:2px #00FF00 solid;}
.photopro {border:2px #666666 solid;}
.photopro a:hover  {border:2px #666666 solid;}

/* MENU's STYLING GOES HERE*/

.markermenu{
width: 180px; 
background: #cecece;margin: 0px;
padding: 0px;}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.markermenu ul li a{
background: #cecece url(../images/list.jpg) no-repeat 10px center;
font: bold 17px Verdana, Helvetica, sans-serif;
color: #f00000;
display: block;
width: auto;
padding: 8px 0 10px 40px;
text-decoration: none;
border-bottom: 1px solid #b8b8b8;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #f00000;
}

.markermenu ul li a:hover{
color: #c70000;
background-image:url(../images/list_over.jpg); /*onMouseover image change. Remove if none*/
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (40px) */
width: 140px;
}
/* Holly Hack for IE \*/
* html .markermenu ul li { height: 0%; }
* html .markermenu ul li a { height: 0%; }
/* End */






#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:350px;
	height:200px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:350px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
/*	background:url(images/btn_prev.gif) no-repeat 0 0;	*/
	}	
#nextBtn a{ 
/*	background:url(images/btn_next.gif) no-repeat 0 0;	*/
	}

