table#photosets_head {
	margin-left: -45px;
	width: 310px;
	margin-bottom: 30px;
}

table#photosets_head thead {
	line-height: 34px;
	color: white;
	font-size: 24px;
}

table#photosets_head thead td {
	background: #DF3479;
}

table#photosets_head tbody tr td {
	border-bottom: 1px solid #999999;
	height: 45px;
}

table#photosets_head td.round {
	background: #DF3479;
}

table#photoset_head {
	margin-top: 15px;
	margin-left: -45px;
	width: 560px;
	margin-bottom: 30px;
}

table#photoset_head thead {
	line-height: 30px;
	color: white;
	font-size: 17px;
}

table#photoset_head thead td {
	background: #5AA426;
}

table#photoset_head tbody tr td {
	border-bottom: 1px solid #999999;
	height: 45px;
}

table#photoset_head td.round {
	background: #5AA426;
}

div#photoraumer {
	width: 100px;
}

div#photoraumer a.set {
	position: absolute;
	top: 110px;
	margin-left: 10px;
	width: 90px;
}

div#photoraumer img {
	padding-left: 5px;
	padding-right: 5px;
/*	height: 100px;*/
	width: 100px;
}

div#photos {
	overflow: hidden;
	position: relative;
	width: 455px;
	height: 150px;
}

ul#photosets {
	padding: 0 30px 0 30px;
	width: 455px;
	position: relative;
}

ul#photosets img#slide_left {
	position: absolute;
	left: 0;
	top: 30px;
	cursor: pointer;
}

ul#photosets img#slide_right {
	position: absolute;
	right: 0;
	top: 30px;
	cursor: pointer;
}

img#primary_photo {
	width: 215px;
	float: left;
}

div#add_your_photos {
	width: 300px;
	float: right;
}

div#add_your_photos h1 {
	color: #5AA426;
	font-size: 20px;
}

div#add_your_photos a {
	color: #DF3479;
	font-weight: bold;
	
}

dl {
	margin-left: 15px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 130px;
}

dt {
	color: #DF3479;
	padding-bottom: 5px;
}

dd {
	color: #5AA426;
}

ul#images {
	float: right;
	width: 482px;
	height: 255px;
}

ul#images li {
	display: inline;
}

ul#images li img {
	padding: 1px;
	width: 75px;
	height: 75px;
}

div#navigation {
	float: right;
	width: 482px;
	color: #DF3479;
	font-size: 14px;
}

div#navigation a {
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
}

div#navigation a.current {
	color: #5AA426;
	text-decoration: none;
	font-weight: bold;
}

div#navigation span {
	float: right;
}