@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
#auscroll {
	width: 258px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
}


#portscroll #ul li{
	float: left;
	list-style-type: none;
	
	}
#auscroll #s1 {
	list-style-type: none;
	background-image: url(../images/background.jpg);
}




#portscroll #prev1{
	background-image: url(../images/portfolio/scrollbu-prev.png);
	float: left;
	height: 50px;
	width: 25px;
	margin-top: 140px;
}
#portscroll #next1{
	background-image: url(../images/portfolio/scrollbut.png);
	float: left;
	height: 50px;
	width: 25px;
	margin-top: 140px;

	}


.pics {
	width: 258px;
	overflow: hidden;
	float: left;
	height: 320px;
}



.pics img {
	width: 258px;
	top:0;
	left:0;
	float: left;
}

.slideinfo {
	float: left;
	width: 258px;
	color: #000;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/background.jpg);
}
.slideinfo a {
	width: 247px;
	float: right;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 13px;
	background-image: url(../images/but-bg.png);
	margin-right: 22px;
}



.slideinfo p {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 290px;
	margin-bottom: 15px;
}




#pagertest {
	height: 20px;
	width: 258px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	overflow: hidden;
	margin-top: 10px;

}
#pagertest a {
	height: 7px;
	width: 7px;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #CCC;
	top:0;
	left:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCC;
	text-indent: -100px;
	overflow: hidden;

}



#pagertest a.activeSlide {
	background-color: #9CC7DC;
	color: #fff;
	border: 1px solid #94BACD;
	background-image: url(../images/orangebut.jpg);
}
