body
{
    margin: 0px;
    padding: 0px;
}

#main
{
    width: 900px;
    height: 510px;
    margin: 0 auto;
    position: relative;
    border: 2px solid black;
    margin-top: 25px;
    
    
}

img
{
	border: none;
}

div.loading
{
	width: 125px;
	height: 73px;
	
	margin-bottom: 5px;
	background-image: url(../images/layout/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div#text
{
	width: 304px;
	height: 199px;
	
	position: absolute;
	right: 25px;
	bottom: 30px;
	
	background-image: url(../images/layout/bg-text.png);
	z-index: 10000;

	
}

div #text a#sign-up
{
	display: block;
	width: 161px;
	height: 41px;
	background-image: url(../images/layout/img-sign-up.gif);
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0px;
}

div #text #title
{
	position: absolute;
	top: 5px;
	left: 15px;
	height: 50px;
	
	width: 90%;
	font-family: Arial;
	font-size: 16px;
	line-height: 26px;
	
	
}

div #text #title h2
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	
}

div #text p
{
	position: absolute;
	top: 60px;
	left: 15px;
	overflow: hidden;
	width: 90%;
	height: 75px;
	
	font-family: Arial;
	font-size: 12px;
}

/**********************************************************************************************************************
 * Left Column
 */
#left-column
{
    width: 170px;
    height: 100%;
    background-color: #00573c;
    float: left;
    display: inline;
    border-right: 2px solid black;
}

#left-column #scroll-up
{
	position: absolute;
	left: 40px;
	top: 15px;
}

#left-column #scroll-down
{
	position: absolute;
	left: 40px;
	bottom: 15px;
}

/* ------------------------ Thumbnail Images -------------------------------- */
#left-column #thumb-images
{
	position: relative;
	top: 43px;
	left: 6px;
	height: 407px;
	width: 149px;
	overflow: hidden;
}
#left-column #thumb-images img
{
	border: 1px solid white;
	margin-bottom: 7px;
}

#left-column #thumb-images #current
{
	position: absolute;
	display: block;
	width: 26px;
	height: 75px;
	background-image: url(../images/layout/img-triangle.gif);
	right: 0px;
	top: 0px;
	font-size: 0px;
	
}
/**********************************************************************************************************************
 * Right Column
 */
#right-column
{
    width: 728px;
    height: 100%;
    background-color: #d0ac7c;
    float: right;
    display: inline;
}

#mask
{
  
    position: absolute;
    right: 30px;
    top: 47px;
	
	
	
	
}

#mask-images
{
border: 2px solid black;
  width: 671px;
    height: 405px;
	overflow: hidden;
}


.mask-corner
{
    position: absolute;
    width: 20px;
    height: 20px;
	z-index: 5000;
}

.mask-corner.nw
{
    background-image: url("/images/layout/bg-mask-nw.png");
	top: -2px;
	left: -2px;
}

.mask-corner.ne
{
    background-image: url("/images/layout/bg-mask-ne.png");
	top: -2px;
	right: -2px;
}

.mask-corner.sw
{
    background-image: url("/images/layout/bg-mask-sw.png");
	bottom: -2px;
	left: -2px;
}

.mask-corner.se
{
    background-image: url("/images/layout/bg-mask-se.png");
	bottom: -2px;
	right: -2px;
}
