/*----- Favorites page styles -----*/

#wrapper {
	width: 600px;
	-moz-border-radius:    10px;
  	-webkit-border-radius: 10px;
  	border-radius:         10px;
}

.content_top {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 13px;
	float: left;
	display: block;
}

ul.cams {
	list-style-type: none;
	margin-top: 200px;
	color: #333;
	text-align: left;
	display: inline;
}

ul.cams li {float: left;
	width: 165px;
	text-align: center;
}

ul.cams li h3 {
		font-weight: normal;	
}


.cams img{border: 1px solid #7f7f7f;}

.cams img:hover {border: solid 1px #FFF;}

img#feed {
	float: left;
	margin-right: 7px;
	border: 0;
	}
