#profile_slideshow {
	border: solid 1px #000;
	padding: 0px;
	width: 210px;
	height:210px;
	overflow: hidden;
}
#profile_slideshow_1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#profile_slideshow_1 li {
	margin: 0px;
	padding: 5px;
}

div.slideshow {
  margin:0;
  padding: 0 0 5px 0;
  background: #FFF;
  border:1px solid #000;
  border-top:none;
  height:220px;
  width:200px;
}
div.slideshow p {
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	margin-top: 200px;
	padding:0 0 0 5px;
	/*width:230px;*/
	height:18px;
	overflow:hidden;
	text-align: center;
}
.box {
	position:relative;
	height:200px;
	width:200px;
	text-align:center;
}


div.slideshow ul a.next {
	background: url('/images/icons/icons_g_next.gif') no-repeat;
	height:12px;
	width:12px;
}
div.slideshow ul a.prev {
	background: url('/images/icons/icons_g_prev.gif') no-repeat;
	height:12px;
	width:12px;
}

div.slideshow li a{
	background: url('/images/icons/icons_g_active.gif') no-repeat;
	height:12px;
	width:12px;
}



