﻿body
{
}

.trans_container
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    visibility:hidden;
    display: table;
    overflow: hidden;
}

.trans_layer
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index:8000;
}

.trans_centralizer
{
    position: fixed;
    top: 50%;
    left:50%;
    
    display: table-cell;
    vertical-align: middle;
    z-index:9000;
}

.trans_inner_container
{
    position:absolute;
    color:#ff0000;
    width:610px;
    height:550px;
    margin:-280px -301px;
    display: table-cell;
    vertical-align: middle;
    z-index:9999;
    background:#000000;
    border:SOLID 2px #000000;
}

.thumb_container
{
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    position:relative;
    height:74px;
    width:588px;
    background:#ffffff;
	left:0px;
}

.scrollITGallery
{
	width:603px;
	height: 75px;
	position: absolute;
	top:0px;
}

#makeMeScrollable1
{
	width:586px;
	height: 75px;
	position: absolute;
	top:3px;
}
#makeMeScroll
{
	width:603px;
	height: 75px;
	position: absolute;
	top:0px;
}
div.scrollingHotSpotLeft
{
	width: 36px;
	height: 74px;
	position: absolute;
	z-index: 70;
	left: 0;
	background: transparent url(images/left-arch.png);
}

div.scrollingHotSpotRight
{
	width: 36px;
	height: 74px;
	position: absolute;
	z-index: 70;
	right: 0;
	background: transparent url(images/right-arch.png);
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	top:0px;
	width: 100%;
	height: 74px;
}

div.scrollableArea
{
	position: relative;
	top:8px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea img, div.scrollableArea p
{
	position: relative;
	float: left;
	margin: 0px 4px;
}
