/* @group Global */

#tfly-content {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin: auto;
	text-align: left;
	width: 980px;
}

#tfly-content img {
	border: 0px;
}

#tfly-content h1, #tfly-content h2, #tfly-content h3, #tfly-content h4, #tfly-content h5 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#tfly-content a {
	text-decoration: none;
}

#tfly-wrap {
	text-align: center;
}

#tfly-content #right-column {
	float: right;
	width: 210px;
	margin-left: 2%;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;	
}

#tfly-content #right-column-wide {
	float: right;
	width: 125px;
	min-width: 25%;
	margin-left: 2%;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;		
}

#tfly-content #tfly-center-column {
	float: left;
	width: 500px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
}

#tfly-content  #tfly-center-column-wide {
	float: left;
	width: 700px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;		
}

#tfly-left-column {
	float: left;
	width: 210px;
	min-width: 100px;
	margin-right: 25px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;	
}

#tfly-wide-column {
	width: 730px;
	float: right;
}

#tfly-content .clearer {
	clear: both;
}

#tfly-featured-events ul.images li,
#tfly-featured-events ul.images li a,
#tfly-featured-events ul.images li a img {
	padding-top: 0px;
	margin-top: 0px;
	position: normal;
}



/* @end */

/* @group Upcoming Events */

ul.upcoming-events {
	list-style-type: none;
	padding-left: 0px;
}

ul.upcoming-events li {
	border-top: 1px solid #ddd;
	padding: 10px;
	background: none;
	margin: 0px;
}

ul.upcoming-events li.tfly-alt {
	background: #e4f5fb;
}

.tfly-not-stack ul.upcoming-events img {
	float: left;
	max-width: 100px;
	width: 100px;
	height: auto;
	margin-right: 15px;
	border: 1px solid #ddd;
}

ul.upcoming-events .dates {
	margin-left: 115px;
	padding-top: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
	margin-left: 116px;
	border-top: 1px solid #ddd;	
	margin-top: 10px;
	margin-right: 90px;
}

ul.upcoming-events h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #333;
}


ul.upcoming-events h2 a, ul.upcoming-events h5 a {
	color: #333;
	/* Can remove this later */
	text-transform: capitalize;	
}

ul.upcoming-events h2 a:hover, ul.upcoming-events h5 a:hover {
	color: #000;
}

ul.upcoming-events h3 {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

#tfly-content ul.upcoming-events h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;	
	color: #333;
	max-width: 250px;
}

ul.upcoming-events h5 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;	
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;

	margin-left: 115px;
	min-height: 17px;
	width: 60%;
}

ul.upcoming-events .buy-area {
	float: right;
	width: 80px;
	text-align: center;
	font-size: 10px;
}

ul.upcoming-events .buy-area a.tickets {
	position: relative;
	top: -3px;
}

ul.upcoming-events h4 {
	width: 320px;
	overflow: hidden;	
	padding-top: 0px;
	margin-top: 0px;
}

a.tickets {
	display: block;
	background: #3386b8;
	color: #fff;
	margin: 5px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #b2d5e8;
	font-size: 12px;
}

a.list-images {
	display: block;
	float: left;	
	padding-top: 2px;
}

div.inside-content {
}

a.tickets:hover {
	background: #4caae0;
	text-decoration: none;
}

.tfly-upcoming {
	margin-top: 5px;
	margin-bottom: 15px;
}

.tfly-upcoming h3 {
	font-size: 18px;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 4px;
	width: 200px;
	float: left;
}

.tfly-upcoming a.calendar {
	float: right;
	color: #4498c7;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.tfly-upcoming .end {
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-top: 8px;
}


div.tfly-stack li img {
	float: left;
	max-width: 200px;
	width: 200px;
	height: auto;
	margin-right: 15px;
	border: 1px solid #ddd;
}

div.tfly-stack h5 {
	width: 45%;
}

.tfly-stack ul.upcoming-events h4 {
	width: 200px;
}

.tfly-stack ul.upcoming-events h5 {
	margin-left: 215px;
}

.tfly-rss {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}

.tfly-rss a {
	color: #4498c7;
	font-size: 11px;
	margin-right: 10px;
}

.tfly-message {
	font-size: 12px;
	color: #993333;
	padding-bottom: 5px;
	line-height: 1.2;	
}

.tfly-message strong {
	display: block;

}

#tfly-content .fail {
	display: block;
	background: #e9e9e9;
	color: #666666;
	margin: 5px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #b7bec0;
	font-size: 10px;	
	line-height: 1.1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tfly-upcoming-list .up-date {
	text-transform: uppercase;
}

.tfly-upcoming .postponed .dates, .tfly-upcoming .rescheduled .dates  {
	color: #aaa;
	font-style: italic;
}

/* @end */

/* @group Featured Events */

#tfly-featured-events {
	width: 100%;
	padding: 5px 0px;
	overflow: hidden;
	height: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}

#tfly-featured-events ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#tfly-featured-events #grey-back {
	background: #000;
	z-index: 10;
	position: absolute;
	top: 225px;
	height: 75px;
	width: 100%;
	opacity: 0.4;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#tfly-featured-events #overlay {
	z-index: 20;
	position: absolute;
	top: 225px;
	padding: 15px;
	width: 100%;
	border-top: 1px solid #888;
}

#tfly-featured-events #overlay h2 {
	color: #fff;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	display: block;
}

#tfly-featured-events #overlay h2 a {
	color: #fff;
}

#tfly-featured-events #overlay h2 a:hover {
	color: #ccc;
}

#tfly-featured-events #overlay h3 {
	color: #fff;
	margin: 0px;
	padding: 15px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	float: left;
	margin-right: 10px;
}

#tfly-featured-events #overlay a.tickets {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	top: 6px;
}

#tfly-featured-events ul.nav {
	position: absolute;
	z-index: 10;
	top: 46px;
	right: 37px;
	list-style-type: none;
}

#tfly-featured-events ul.nav li {
	margin: 0px;
	padding: 0px;
	float: left;	
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

	font-size: 11px;
}

#tfly-featured-events ul.nav li a {
	border: 1px solid #888;
	padding: 0px 1px 1px;
	margin: 1px;
	width: 15px;
	height: 15px;
	background: #666666;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: block;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	
}


#tfly-featured-events ul.nav li a:hover {
	border: 1px solid #ccc;
}

#tfly-featured-events ul.nav li a {
	color: #fff;
	text-decoration: none;
}

#tfly-featured-events ul.images li {
	background: none;	
	padding-left: 0px;
	width: 100%;
	margin: 0px;
}

#tfly-featured-events ul.images li a {
	width: 100%;
}

#tfly-featured-events ul.images li a img {
	width: 100%;
}

#overlay-content {
	display: none;
}

#tfly-featured-events ul.nav li a#prev_carousel {
	background: transparent url(../images/arrows2.png) 0 0px;
	margin-left: 10px;
}

#tfly-featured-events ul.nav li a#next_carousel {
	background: transparent url(../images/arrows2.png) 18px;
}


#tfly-featured-events ul.nav li a.selected {
	background: #373737;
}

#tfly-featured-events ul li img a {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

/* @end */

/* @group Event Details */

#tfly-event-details {
	color: #333;
	margin-left: 10px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}

#tfly-event-details .promoter {
	font-size: 12px;
}

#tfly-event-details h1 {
	font-size: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	width: 270px;
	padding-top: 2px;
	position: relative;
	left: -2px;
}

#tfly-event-details .additional-info {
	padding-top: 5px;
}

#tfly-event-details h4 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
}

#tfly-event-details .venue {
	font-weight: bold;
	color: #333;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.1;
}

#tfly-event-details .age {
	text-transform: uppercase;
	font-size: 10px;
	color: #7f7a7a;
	font-weight: bold;
	padding-top: 1px;
}

#tfly-event-details #details a.tickets {
	display: block;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #868484;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#tfly-event-details #details {
}

#tfly-event-details #details img {
	float: right;
	margin-bottom: 10px;
	border: 4px solid #ccc;
}

#tfly-event-details .headliner {
	padding: 5px 10px;
	margin: 10px 0px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#tfly-event-details .headliner ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#tfly-event-details .headliner ul li {
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/list-arrow.png) no-repeat 0 4px;
	padding-left: 12px;
	padding-right: 10px;
	margin-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tfly-event-details .headliner li a {
	color: #c1c3c3;		
}

#tfly-event-details .headliner li a:hover {
	color: #888;
	text-decoration: none;
}

#tfly-event-details .headliner h1 {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	max-width: 100%;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}

#tfly-event-details .headliner div.video {
	text-align: center;
}

#tfly-event-details .info {
	margin-top: 10px;
	line-height: 1.35;
	color: #333333
}

#tfly-event-details .share-area {
	float: left;
	width: 102px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #7f7a7a;
	padding-top: 20px;
	padding-bottom: 10px;
}

#tfly-event-details .share-area a {
	opacity: 0.9;
}

#tfly-event-details .share-area a:hover {
	opacity: 1;
}

#tfly-event-details .share-area a.facebook {
	display: block;
	width: 45px;
	height: 44px;
	background: url(../images/facebook.png);
	text-indent: -10000px;
	float: left;
}

#tfly-event-details .share-area a.twitter {
	display: block;
	width: 45px;
	height: 44px;
	background: url(../images/twitter.png);
	text-indent: -10000px;
	float: right;
}

#tfly-event-details ul {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tfly-event-details .act-info {
	color: #666;
	padding-top: 10px;
	line-height: 1.2;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	font-size: 11px;
	text-align: justify;
	display: block;
	width: 100%;
}

.headliner ul {
	display: block;
	width: 100%;
}

#tfly-event-details .venue-info {
	float: left;
	color: #544f4f;
	line-height: 1.2;
	background: #e6e6e6;
	padding: 8px;
	border: 1px solid #cccccc;
	margin-top: 5px;
}

#tfly-event-details .venue-info a {
	color: #888;
}

#tfly-event-details .venue-info strong {
	text-transform: uppercase;
}

#tfly-event-details .sponsor-info {
	float: right;
	color: #666666;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	text-transform: uppercase;	
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#tfly-event-details .sponsor-info img {
	max-width: 100px;
	margin-top: 5px;
	margin-left: 20px;
}

#tfly-event-details .left-matter {
	width: 360px;
	font-size: 12px;
}

#tfly-event-details .fancybox-more {
	background: #fff;
}

.ui-dialog {
	padding: 5px!important;
}

.ui-dialog .ui-dialog-content {
	padding: 0px!important;
	padding-top: 10px!important;
}

ul.tfly-more a {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666666;	
	text-decoration: none;	
	border: none;
}

ul.tfly-more a:focus, ul.tfly-more, ul.tfly-more li {
	border: none;
}

ul.tfly-more li {
	border: none;
}

ul.tfly-more a:hover {
	color: #000;
}

div#fancy_div {
	background: #fff!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

a#fancy_left, a#fancy_right {
	display: none!important;
}

ul.tfly-more {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.tfly-more li {
	padding-left: 30px;
	height: 26px;
	margin-left: 0px;
	padding-right: 10px;
}

ul.tfly-more li a {
	text-decoration: none;
	padding-top: 5px;
	display: block;
	color: #535353;
}

li.web {
	background: url(../images/more-web.png) no-repeat;
}

li.facebook {
	background: url(../images/more-facebook.png) no-repeat;
}

li.myspace {
	background: url(../images/more-myspace.png) no-repeat;
}

li.twitter {
	background: url(../images/more-twitter.png) no-repeat;
}

/* @end */

/* @group Admin Options */

.wrap .clearer {
	clear: both;
}

#tfly-news {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding-bottom: 5px;
	margin-top: 15px;
}

.tfly-admin-section {
	margin-bottom: 10px;
}

.tfly-admin-section  a {
	text-decoration: none;
}


.tfly-admin-left h4 {
	font-style: italic;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.tfly-admin-left {
	width: 30%;
	float: left;
	padding-left: 10px;
}

.tfly-admin-left p {
	font-size: 11px;
	color: #777;
}

.tfly-admin-right {
	width: 60%;
	float: right;
	font-size: 11px;
	margin-top: 38px;
	border-left: 1px solid #e0e0e0;
	padding-left: 50px;
}

.tfly-admin-right input {
	color: #555;
	font-size: 11px;
	margin-bottom: 5px;
}

.tfly-admin-right label {
	display: block;
	font-weight: bold;
}

.tfly-admin-right select {
	width: 200px;
	margin-bottom: 10px;
}

.news ul {
	list-style-type: square;
	color: #aaa;
}

.news ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

.tfly-admin-right input.check {
	width: 15px;
	float: left;
	position: relative;
	top: 2px;
	margin-right: 2px;
}


/* @end */

/* @group Just Announced */

.tfly-just-announced {
	padding-left: 0px;
	margin-left: 0px;
	border: 1px solid #eee;
}

.tfly-just-announced ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.tfly-just-announced li {
	font-size: 10px;
	background: none;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	line-height: 1.5;
	padding-top: 2px;
	margin-left: 0px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}

.tfly-just-announced li a {
	font-size: 10px;	
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

	color: #666666;
	text-decoration: none;	
}

.tfly-just-announced li:hover, .tfly-just-announced li:hover a {
	background: #4498c7;
	color: #fff;
}

.tfly-just-announced h4 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
}

.tfly-just-announced .meta {
	font-style: italic;
	position: relative;
	top: -3px;
	font-weight: normal;
	text-transform: none;
}


.tfly-just-announced h2 {
	background: #b1b1b1;
	color: #fefdfd;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;	
	margin-bottom: 5px;	
}


/* @end */

/* @group Upcoming Shows */

.tfly-upcoming-list {
	padding-left: 0px;
	margin-left: 0px;
	border: 1px solid #eee;
}

.tfly-upcoming-list ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.tfly-upcoming-list li {
	font-size: 10px;
	background: none;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	line-height: 1.5;
	padding-top: 5px;
	margin-left: 0px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}

.tfly-upcoming-list li a {
	font-size: 11px;	
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #666666;
	text-decoration: none;	
	display: block;
}

.tfly-upcoming-list li:hover, .tfly-upcoming-list li:hover a {
	background: #4498c7;
	color: #fff;
}

.tfly-upcoming-list h4 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #666666;
	text-transform: capitalize;
}

.tfly-upcoming-list .meta {
	font-style: italic;
	position: relative;
	top: -3px;
	font-weight: normal;
	text-transform: none;
}


.tfly-upcoming-list h2 {
	background: #b1b1b1;
	color: #fefdfd;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 18px;	
	margin-bottom: 5px;	
}


/* @end */



/* @group Calendar */

.tfly-calendar {
	text-align: left;
	border-collapse: collapse;	
}

.tfly-calendar h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 0px;
	width: 200px;
}

.tfly-calendar table {
	width: 100%;
	border: 1px solid #aaa;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-top: 10px;	
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
}


.tfly-calendar table tr {
	padding: 0px;
	margin: 0px;
	border: 1px solid #aaa;
}

.tfly-calendar table h3 {
	background: #b1b1b1;
	color: #fefdfd;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 18px;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}

.tfly-calendar table h5 {
	font-size: 11px;
	background: #9d9d9d;
	color: #fefdfd;	
	padding: 3px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

	margin: 0px;
	text-transform: uppercase;
	margin: 1px;
}

.tfly-calendar table tr td {
	padding: 0px;
	margin: 0px;
	height: auto;
	line-height: 1;

	text-align: left;
}

.tfly-calendar .one-event {
	padding: 5px;
}


.tfly-calendar table tr td.data {
	height: 80px;
	vertical-align: top;
	width: 14%;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;;
	border: 1px solid #ccc;	
	margin: 0px;	
}

.tfly-calendar table tr td.data .head {
	font-weight: bold;
	text-transform: capitalize;
}

.tfly-calendar table tr td.data .head a {
	color: #333;
}


.tfly-calendar table tr td.data .head a:hover {
	color: #000;
}

.tfly-calendar table tr td.data .supports {
	font-weight: normal;
	color: #666666;
	text-transform: capitalize;
}

.tfly-calendar td.data a.tickets {
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	border: 1px solid #b6b5b5;
	text-align: center;
	width: 60px;	
	margin: 15px 0 0;
}

.tfly-calendar td.data:hover {
	background: #daeaf4;
}

.tfly-calendar .calendar-list-flip {
	float: right;
	width: 200px;
	text-align: right;
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

.tfly-calendar .calendar-list-flip a {
	color: #535353;
}

.tfly-calendar a.tfly-ical {
	display: block;
	float: right;
	width: 18px;
	height: 17px;
	background: url( ../images/ical.png );
	text-indent: -10000px;
}

/* @end */

/* @group List View */

.tfly-list-view {
	margin-top: 5px;
}

.tfly-list-view h3 {
	font-size: 18px;
	color: #000;
	width: 200px;
	float: left;
}

.tfly-list-view a.calendar {
	float: right;
	color: #585858;
	font-size: 14px;
	font-weight: bold;
}

.tfly-list-view li img {
	float: left;
}

.tfly-list-view .tfly-wrapper {
	margin-left: 110px;
}

#tfly-content .tfly-list-view .tfly-wrapper h4 {
	line-height: 1;
	font-weight: normal;
	font-size: 12px;
	color: #262626;	
}

#tfly-content .tfly-list-view .tfly-wrapper h5 {
	margin-left: 0px;
}

#tfly-content .tfly-list-view .dates {
	padding-top: 5px;
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
	margin-left: 0px;
	border-top: 1px solid #ddd;	
	margin-top: 10px;
	margin-right: 90px;
}

.tfly-list-view ul.pages {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

.tfly-list-view ul.pages li {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px;
	display: inline-table;
}

.tfly-list-view ul.pages li a {
	border: 1px solid #888;
	padding: 0px 1px 1px;
	margin: 0px;
	width: 15px;
	height: 15px;
	background: #666666;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: block;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #fff;
}

.tfly-list-view ul.pages li.selected a {
	background: #444;
}

.tfly-list-view ul.pages li a:hover {
	background: #888;
}

.tfly-list-view ul.pages li.left-arrow a {
	background: url(../images/arrows2.png);
	text-indent: -10000px;
}

.tfly-list-view ul.pages li.right-arrow a {
	background: url(../images/arrows2.png) 18px;	
	text-indent: -10000px;	
}


/* @end */

