/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/*
CSS FOR FILTERED-CONTENTS-CAROUSEL on index : mini-une
*/
.filtered-contents.carousel-contents.miniune .carousel-container.js{
	margin-left:auto;
}
.filtered-contents.carousel-contents.miniune .carousel-wrap a {
	border: none;
	outline-style: none;	
}

.filtered-contents.carousel-contents.miniune .carousel-wrap,
.filtered-contents.carousel-contents.miniune ul,
.filtered-contents.carousel-contents.miniune .carousel-container ul li{
	width: 630px;
}

.filtered-contents.carousel-contents.miniune .carousel-container ul li p,
.filtered-contents.carousel-contents.miniune .carousel-container ul li .ametys-cms-content {
		margin: 0px;	
}

.filtered-contents.carousel-contents.miniune .carousel-container .carouselDetails{
	padding: 8px;  
}

.filtered-contents.carousel-contents.miniune input.carousel-control{
	top:138px!important;
}
.filtered-contents.carousel-contents.miniune div.carousel-pagination{
	top:-2px!important;
}
.filtered-contents.carousel-contents.miniune input.carousel-control.carousel-previous {
	left:590px;
}
.filtered-contents.carousel-contents.miniune input.carousel-control.carousel-next{
	left:600px;
}