﻿body 
{
    margin:0 auto;
    padding:0;
    font-family:Segoe UI;
    background-color:#d3bd46;
    background-image:url('../images/BACKGROUND_FOR_ABOUT_PAGE.png');
    background-repeat:no-repeat;
    background-position:center -10px;
}
img
{
    border:none;
}
.Main
{
    margin:0 auto;
    padding:0;
    width:1366px;
}
.span
{
    background-image:url('../images/SIGN_IN_TAB.PNG');
    background-repeat:no-repeat;
    width:97px;
    z-index:999; position:absolute;
    padding-left:7px;
    padding-right:5px;
    margin-right: 60px;
    right:0;
}
.span a
{
    text-decoration:none;
    color:Black;
    font-size:12px;
}
.span a:hover
{
    color:White;
}
.logo
{
    background-image:url('../images/HEADERTAB.PNG');
    background-repeat:no-repeat;
    width:1244px;
    height:133px;
    margin-left:65px;
    margin-top:40px;
}
.header
{
}
.MainContent
{
    margin-left:90px;
    margin-right:90px;
}
.MainContent span1
{
    margin-top:155px;
    margin-left:100px;
    position:absolute;
}
.para
{
    margin-top:200px;
    position:absolute;
    margin-right:100px;
}
.footer
{
    height:51px;
    background-image:url('../images/FOOTER_TAB.PNG');
    background-repeat:no-repeat;
    margin-left:56px;   
}

#gallery
{
    
    width:800px;
    height:450px;
    background-color:White;
    margin-top:150px;
    margin-left:-22px;
    position:absolute;
}
#link_upper
{
    border-left:solid 1px black;
    border-bottom:solid 1px black;
    width:445px;
    height:270px;
    float:left;
    background-color:White;
    margin-top:79px;
    margin-left:755px;
    position:absolute;
}
#link_upper ul
{
    list-style-type:none;
    margin-top:85px;
    line-height: 35px;
    margin-left: -20px;
    font-size:22px;
    
    
}
#link_upper ul li a
{
    color:Black;
    text-decoration:none;
    font-family:@Dotum;
    
}
#link_upper ul li a:hover
{
    color:#027EA6;
}
#link_down
{
    border-left:solid 1px black;
    width:445px;
    height:270px;
    margin-top:350px;
    margin-left:755px;
    position:absolute;
    background-color:White;
}
.h1
{
    position:absolute;
    
}
.h1 h1
{
    position:absolute;
    width:435px;
    margin-left:-100px;
    padding:5px 0px 5px 10px;
    margin-top:-155px;
    color:#469BB0;
}
.h1 div
{
    margin-left:-85px;
    margin-top:-110px;
    padding-right:10px;
}


#wrapper {
	position: absolute;
	width:780px;
	padding-left:10px;
	padding-top:20px;
}
#carousel-wrapper {
	
	position: relative;
	
}
#carousel, #thumbs {
	overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper 
{
    
}

#carousel span, #carousel img,
#thumbs a, #thumbs img  {
	display: block;
	float: left;
}
#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}
#carousel img,
#thumbs img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img.glare,
#thumbs img.glare {
	width: 100%;
	height: auto;
}

#carousel span {
	width: 504px;
	height: 313px;
	
}

#thumbs-wrapper 
{
    padding-top:10px;
	position: relative;
}
#thumbs a {
	
	width: 150px;
	height: 100px;
	margin: 0 2px;
	overflow: hidden;			
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
			
#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#prev, #next {
	
	display: block;
	width: 40px;
	height: 60px;
	margin-top: -60px;
	position: absolute;
	
}
#prev 
{
    background-image:url('../Galleryimages/left.png');
	left: 10px;
}
#next {
	background-image:url('../Galleryimages/right.png');
	right: 10px;
}			
#prev:hover { 
	background-position: -10px 0px;				
}
#next:hover {
	background-position: 10px 0px;				
}
#prev.disabled, #next.disabled {
	display: none !important;
}