#slider {
	top:0;
    width: 866px; /* important to be same as image width */
    height: 275px; /* important to be same as image height */
    position: relative; /* important */  
    overflow: hidden; /* important */
}
#sliderContent {
    width: 525px; /* important to be same as image width or wider */
    position: absolute;
	top: 39px;
	left: 341px;
	height: 275px;
	float:left;
}
a img{
	border: none;
	margin:0;
	padding:0;
}

.sliderImage {
	width: 525px;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0;
    width: 525px;
    color: #fff;
    display: none;
    text-decoration:none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
	color:#ee2e24;
    display: none;
    text-decoration:none;
}
.top {
	top: 0;
	left: 0;
}
.sliderImage .bottom {
	top: 466px;
	text-align:center;
    display: none;
    text-decoration:none;
}

.portfolio_black {
	background:#000;
	text-align:left;
	padding:30px 50px 50px 50px;
}

.portfolio_gradient {
	background: #000;
	padding:0 25px 0 25px;
	margin:0;
}

.portfolio_text {
	clear:left;
	padding-top:5px; 
	width:525px;
}
.portfolio_flash {
	width:525px;
	height:330px;
}

.portfolio_text img{
	margin:10px 0 10px 8px; clear:both; height:6px;
}

.portfolio_title {
	color:#fff; font-size:18px; float: left; width:100px;
}

.portfolio_ptext {
	color:#727272; font-size:13px; padding:4px 0 0 0; float:left; text-align:left; width:480px;
}
.bottom{
	text-decoration: none;
	display:none
}
