ul.callbacks_tabs
{
	list-style: none;
	padding: 0;
	background: #FFF;
	font-size: 11px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

ul.callbacks_tabs li
{
	display: inline;
	float: none;
	margin-right: 1px;
}

.callbacks_tabs a
{
	color: #CCC;
	font-weight: 300;
	text-decoration: none;
	width: auto;
	line-height: 20px;
	padding: 9px 12px;
	height: auto;
	background: transparent;
	display: inline;
}

.callbacks_tabs li:first-child { margin-left: 0; }

.callbacks_tabs .callbacks_here a
{
	color: #666;
	font-weight: 500;
	text-decoration: underline;
}


/* Callback example */

.events { list-style: none; }

.callbacks_container
{
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}

.callbacks
{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.callbacks li
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.callbacks img
{
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

.callbacks_nav
{
	position: absolute;
	top: 45%;
	left: 0;
	opacity: 0.2;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/arrows-2.png") no-repeat left top;
	background-size: auto 100%;
	margin-top: -45px;
}

.callbacks_nav:active, .callbacks_nav:hover { opacity: .9; }

.callbacks_nav.next
{
	left: auto;
	background-position: right top;
	right: 0;
}


@media screen and (max-width: 600px) {

.callbacks_nav { top: 40%; }

}
