

.clear {
    clear: both;
}
.ccard {
    text-align: center;
	width: 600px;
	
}

/* Start of Gallery */
#slideshow {
    list-style: none;
}

#wrapper * {
    margin: 0;
    padding: 0;
    float: left;
}

#fullsize {
    position: relative;
    width: 660px;
    height: 289px;
    background-color: #ffffff;
}

#image img {
    position: absolute;
    z-index: 25;
    width: auto;
}

.imgnav {
    position: absolute;
    cursor: pointer;
    z-index: 150;
}

#slideleft {
    float: left;
    width: 20px;
    height: 75px;
    background: #222 url(../images/scroll-left.gif) center center no-repeat;
}

#slideleft:hover {
    background-color: #333;
}

#slideright {
    float: right;
    width: 20px;
    height: 75px;
    background: #222 url(../images/scroll-right.gif) center center no-repeat;
}

#slideright:hover {
    background-color: #333;
}

#slidearea {
    float: left;
    position: relative;
    width: 620px;
    height: 74px;
    overflow: hidden;
    background-color: #464646;
}

#slider {
    position: absolute;
    left: 3px;
    height: 75px;
    width: 1015px;
	  
}

#slider img {
    cursor: pointer;
    padding: 2px;
    margin-left: 10px;
}
/* End of Gallery */


/* Start of Content */
#content1 {
	position: absolute;
	top: 155px;
	left: 2%;
	right: 2%;
	width:95.6%;
	padding-top: 0px;
	border: thin solid #A78E8E;
	background: url(../images/fonbg.jpg) repeat;
}

.inner_content {
	margin: 10px 10px 10px;
	}

.inner_content2 {
	margin: 3px 10px 10px;
	}


.left_menu {
	width: 180px;
	height: 364px;

}

.menu_all {
    width: 180px;
    height: 362px;
}

.menu_all ul {
	list-style-type: none;
	padding: 0px;
	background: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_all li {
    margin: 0px;
    padding: 0px;
}

.menu_all li a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #fffcd5;
	display: block;
	text-decoration: none;
	background: url(../images/b_left.gif) no-repeat;
	text-align: left;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 10px;
	height: 23px;
}

.menu_all li a:hover {
    background: url(../images/b_left1.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#current{

	background-image: url(../images/b_left2.gif);
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.galleryh {
	width: 660px;
	height: 364px;
	float: right;
	background-color: #333333;
}
