#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 5px solid #ccc;
	width: 480px;
	height:260px;
}

#wrapper2 {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 5px solid #ccc;
	width: 480px;
	height:320px;
	background-color: #DDCEC9;
}

#side-a {
	float: left;
	background-color: #DDCEC9;
	height:260px;
	width: 265px;
}

#side-b { 
	float: left;
	background-color:#FFFFFF;
	height:260px;
}


#left-content {
	border-right: 5px solid #ccc;	
}

#right-content {
	width: 195px;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}

#footer {
	clear: both;
}


#slider {
    width: 480px;
    margin: 0 auto;
    position: relative;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color:#EEF0F1;
}

.scroll {
	overflow: hidden;
	width: 465px;
    margin: 0 auto;
    position: relative;
	height: 60px;
}

.scrollContainer {
	position: relative;
	padding: 10px 10px 10px 10px;
}

.scrollContainer div.panel {
    width: 60px;
	height: 50px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
}

.inside {
	padding: 0px;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 50px;
}



a:hover {
	border-bottom: 1px solid #999;
}

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

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

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

.hide {
    display: none;
}

#our-work {
	font-family:"Trajan Pro";
	font-size: 20px;
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	border-bottom: 1px solid #4C596A;
}

#nav {
	margin-top: 5px;
	font-family:"Trajan Pro";
	font-size: 10px;
	text-transform:uppercase;
	text-align:right;
	font-weight:bold;
}

#nav a {
	color:#526878;
	text-decoration:none;
}

#nav .active {
	color:#6f1010;
}

#audio-left { 
 float:left; 
 width:200px;
 height:320px;
} 

#audio-right {
margin-left:200px;
border-left: 5px solid #ccc;
height:320px;
overflow:auto;
background-color:#EEF0F1;
}

.audio-odd {
 background-color:#EEF0F1;
 padding: 5px 5px 5px 5px;
}

.audio-even {
 background-color:#FFFFFF;
 padding: 5px 5px 5px 5px;
}