#slideShowContainer{
	width:500px;
	height:500px;
	position:relative;
	margin: auto;
    display: inline-block;
}

#pluginAppObj_4_11 #slideShow{
	position:absolute;
	height: 100%;
	width: 100%;
	background-color: #00FFFF;
	z-index:100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#pluginAppObj_4_11 #slideShow ul{
	position:absolute;
	top:3px;
	right:3px;
	bottom:3px;
	left:3px;
	list-style:none;
	overflow:hidden;
}

#slideShow li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#slideShow li img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#slideShowContainer > a{
	border:none;
	text-decoration:none;
	overflow:hidden;
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-21px;
}
#pluginAppObj_4_11 a#previousLink:before, 
#pluginAppObj_4_11 a#nextLink:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
    font-family: 'Times New Roman';
	background: #00FFFF;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 30% 8%;
	-webkit-font-smoothing: antialiased;
}

#pluginAppObj_4_11 a#previousLink{
	left:-50px;
}
a#previousLink:before {
	content: '\25C4';
}

#previousLink:hover{
	background-position:bottom left;
}

#pluginAppObj_4_11 a#nextLink{
	right:-50px;
	background-position:top right;
}
a#nextLink:before {
	content: '\25BA';
}


#nextLink:hover{
	background-position:bottom right;
}
