/*************************photo slide styles********************/

img a:link {
border: none; }

#gallerycontainer
{
position: relative;
}

#gallery { 
position: relative;
margin: 0px 0px 0 0;
padding: 0;
/**background: #ceda93;**/
background: transparent;
height: 576px;
width: 800px;
overflow: hidden;
color: white;
}

#photoarea {
color: white;
height: 576px;
width: 800px;
padding: 0;
margin: 0;
overflow:hidden;

}

#photo {
position: absolute;
color: white;
left: 0px;
top: 0px;
height: 576px;
width: 800px;
padding: 0;
margin: 0;
overflow:hidden;
}

#thumbtable {
position: relative;
margin-top: 7px;
height: 25px;
}

.thumbframe {
width: 20px;
height: 20px;
display:inline; 
margin: 10px 5px;
position: relative;
}

.full { color: white; background-color: #000; }

.thumb {
height: 20px;
width: 20px;
border: 1px solid #000;

 }

.hover .thumb{
	border: 1px solid pink;
}

.active .thumb {
	border: 1px solid pink;
}


#titlearea {
	position: relative;
}

#titlearea span {
	position: absolute;
	top: 0;
	right: 5px;
	font-family: arial, sans-serif;
color:#fff;
font-size: 10px;
background-color: #000;
}

/***********************photo navigation styles****************/

#photo-nav {
height: 20px;
width: 20px;

}

.pager {


}


.active {


}



/*******************pasted gallery***************/


