@media (max-width:950px) { 
/* Order */
.startslider {
	display:none;
}
}
.sliderbutton a {
	padding:0px;
}
.sliderbutton a.left {
    position: absolute;
    top: 100px;
    z-index: 1;
    left: 0px;
	width:27px;
	height:27px;
	display:block;
	background:transparent url(control.png) no-repeat left top;
	cursor:pointer;
}

.sliderbutton a.left:hover {
	background:transparent url(control.png) no-repeat left bottom;
	cursor:pointer;
}
.sliderbutton a.right {
    position: absolute;
    top: 100px;
    z-index: 1;
    right: 0px;
	width:27px;
	height:27px;
	display:block;
	background:transparent url(control.png) no-repeat right top;
	cursor:pointer;
}
.sliderbutton a.right:hover {
	background:transparent url(control.png) no-repeat right bottom;
	cursor:pointer;
}
/*oink*/
#slideshow {
	float:left;
	/*
	width:271px;
	height:133px;
	*/
	background:#fff
}
#slider {
	position:relative;
	/*
	width:271px;
	height:133px;
	*/
    list-style:none;
    padding-left:0;
	overflow:hidden;
	border:1px solid #CCC;
}
#slider:hover{
	border:1px solid #000;
	
}
#slider li {
    list-style:none;
	/*
	width:271px;
	height:133px;
	*/
}
/*oink*/
#slider li a {
	/*
	border:none;
	*/
	cursor:pointer;
}
#slider img {
	/*
	border-style: none;
	*/
}
.pagination {
	list-style:none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	float:center;	
}


.pagination li {
	float:left;
	cursor:pointer;
	padding:5px 5px;
	background:#FFFFFF;
	border:1px solid #000000;
	margin:10px 4px 0 0;
	text-align:center;
	color:#222;
}
.pagination li:hover {
	background:#a81010;
	border:1px solid #a81010;
	color:#000;
}
li.current {
	border:1px solid #a81010;
	background:#a81010;
}