#newsticker-demo {
	width:740px;
	height: 225px;
	font-style:italic;
	overflow:hidden;
	/*border-top: 1px solid #dddddd;*/
	text-align:center;
	color:#c4d1b8;
}

#newsticker-demo p {
	color:#c4d1b8;
	text-align:center;
}
#newsticker-demo .title {
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
#newsticker-demo p {
	margin:0px;
	padding: 10px 0px 0px 20px;
}
#newsticker-demo ul {}
#newsticker-demo li {
	list-style:none;
	display:block;
	padding:7px 0px;
	/*border-bottom: 1px solid #dddddd;*/
	height:100px;
	font-family: Arial;
	font-size:12px;
}
#newsticker-demo li a {
	color:red;
}
.previous {
	outline:none;
	cursor:pointer;
	margin-left:350px;
	vertical-align: bottom;
}
.next {
	outline:none;
	cursor:pointer;
	margin-left:350px;
	vertical-align: top;
}


#photos {
	width:920px;
	height:210px;
}

#photos li{
	float:left !important;
	width:270px;
	height:210px;
	margin-left:27px;
}

.photo_gallery_home .previous {
	position:absolute;
	margin:0;
	left:0px;
	top:130px;
	
}
.photo_gallery_home .next {
	position:absolute;
	margin:0;
	right:0;
	top:130px;
}