/* 
#######################################################################################
photo carousel
#######################################################################################
*/
.photo_carousel {
	width: 845px;
	height: 140px;
	margin-top: 30px;
	position: relative;
}
.photo_carousel a.prev{
	float: left;
    display: block;
    background: url(../images/arrow_left.png) no-repeat center center;
    width: 20px;
    height: 56px;
	text-decoration: none;
    margin-top: 37px;
    margin-right: 4px;
}
.photo_carousel a.next{
    float: right;
	display: block;
    background: url(../images/arrow_right.png) no-repeat center center;
    width: 20px;
    height: 56px;
	text-decoration: none;
	margin-top: -99px;
    margin-right: 42px;
}
* html .photo_carousel a.next{
	margin-right: 18px;
}
.photos {
	width: 420px;
	text-align: left;
    padding: 0px 0px 0px 0px;
}
.photos ul {
    margin:0;
    padding:0;
}
.photos li {
    height:140px;
    width:140px;
    list-style:none;
    margin:0;
    padding: 0 5px;
}
.photos img {
    width:140px;
    height:auto;
	border: none;
}

.photo_carousel a:hover{
	cursor:pointer;
}
#main-text img{
	border:none;
}
ol li{
	padding: 10px 0; 
}
