ul#portfolio {
    list-style-type:none; 
    list-style-position:outside; 
    padding: 0; 
    margin:0;
    border: 0;
}

ul#portfolio img {
    width: 780px;
    height: 220px;
    padding: 0; 
    margin:0;
    border: 0;
}

ul#slide_nav 
{
	position: absolute;
	width: 120px;
	height: 50px;
	margin-left:630px;
	margin-top: -25px;
	z-index:2000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

ul#slide_nav li 
{
    background-color: Transparent;
    background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 21px;
	width: 21px;
	list-style: none;
	overflow: hidden;
	cursor:pointer;
	
}

ul#slide_nav li#button_selected {
    background-image: url("http://www.bridgeite.com/images/buttonSelected.png");
	background-position: 0px 0px;
}

.sno {
	padding-left: 6px;
	font-family: Verdana;
	font-weight: bold;
	color:#dddddd;
}

