/*------------------------------------------------------------------------
# "Hot Film Tape" WordPress Plugin
# Copyright (C) 2014 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://hot-themes.com
-------------------------------------------------------------------------*/

.list_carousel ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	display: block;
	float: left;
	position: relative;
	background-image:none;
}

.list_carousel li img {
	max-width: 100%;
	display: none;
}

.list_carousel.responsive {
	width: 100%;
	margin: 0 auto;
}

.clearfix {
	float: none;
	clear: both;
}

.film_tape_nav {
	margin-top: 15px;
    text-align: center;
}

a.prev, a.next {
    border: none;
    outline: none;
    padding: 3px 20px 2px;
    text-decoration: none;
    display: inline-block;
}

.pager {
	display:inline-block;
	text-align: center;
}

.pager a {
	margin: 0 10px;
	padding: 5px 20px;
	text-decoration: none;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}