#slider-container {
	float: left;
	padding: 5px;
	width: 600px;
	background: #fff;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	margin: 30px auto 50px;
	height: 350px;
	overflow: hidden;
}

#SliderName{
	width: 600px;
	height: 350px;
	margin: auto;
}

.SliderNamePrev{
	background: url(http://cancocoa.org/img/slider-img/left.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 175px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(http://cancocoa.org/img/slider-img/right.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 175px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	color: #000000;
}

#SliderNameNavigation { margin: 10px 0 0 0; padding-top: 15px; height: 15px; text-align: center; -moz-border-radius: 6px 6px; background: #fff; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(http://cancocoa.org/img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 12px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(http://cancocoa.org/img/nav_active.gif) no-repeat center center;
}

@media only screen and (max-width: 380px) {
	#slider-container {
	float: left;
	padding: 5px;
	background: #fff;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	margin: 30px auto 50px;
	height: auto;
	max-width: 290px;
	display:block;
}



#SliderName{
	height: auto;
	max-width: 290px;
	display:block;
	margin: auto;
}
.SliderNamePrev{
	background: url(http://cancocoa.org/img/slider-img/left.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 87.5px;
	left: 10px;
	text-decoration: none;
}

.SliderNameNext{
	background: url(http://cancocoa.org/img/slider-img/right.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 87.5px;
	right: 10px;
	text-decoration: none;
}

.SliderNameDescription{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 5px;
	color: #000000;
}

#SliderNameNavigation { margin: 10px 0 0 0; padding-top: 15px; height: 15px; text-align: center; -moz-border-radius: 6px 6px; background: #fff; }

#SliderNameNavigation a:link, #SliderNameNavigation a:active, #SliderNameNavigation a:visited, #SliderNameNavigation a:hover{
	margin: 0 2px;
	background: url(http://cancocoa.org/img/nav.gif) no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 12px;
	text-decoration: none;
}

#SliderNameNavigation a.active:link, #SliderNameNavigation a.active:active, #SliderNameNavigation a.active:visited, #SliderNameNavigation a.active:hover{
	background: url(http://cancocoa.org/img/nav_active.gif) no-repeat center center;
}

}