body {
	background-image: url("../pics/bodybg.jpg");
	font-family: Georgia, Arial, sans-serif;
}
h1, h2 {
	color: #fff;
}
.framebg {
	background-image: url("../pics/framebg.png");	
	height: 429px;
}
.caption {
	margin-top: -7px;
	font-family: Georgia, Arial, Verdana;
}
.center {
	text-align: center;
	height: 30px;
}
.menu a {
	font-size: 135%;
	text-decoration: none;
	color: #CCC;
	height: 26px;
	display: block;
	padding-top: 4px;
}
.menu a:hover {
	background-image: url("../pics/ahover.png");
	color: #fff;
}

.description {
	font-size: 180%;
	color: #FFF;
}

/*Slideshow related CSS*/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:385px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* SIMPLE Gallery Slide show*/

#simplegallery1{
		position: relative; 
		visibility: hidden; 
		border: 0px solid #ccc;
	}
#simplegallery1 .gallerydesctext
{
	text-align: left;
	padding: 2px 5px;
}
/* Code added by ramya */

.scroll {
    height: 400px;
    width: 790px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
     
    
}

.scrollContainer div.panel {
    padding: 20px;
   
    width: 760px;
   
}



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

ul.navigation li {
    display: inline;
   
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

ul.navigation a.selected {
    	background-image: url("../pics/acurrent.png");
	color: #000;
}
p a {
	color: #999; 
}
p a:hover {
	color: #CCC; 
}