ul.menu, ul.menu ul
{
	list-style-type: none;
	margin: 5px 0 2px;
	padding: 0;
	width: 100%;
}

ul.menu a
{
	display: block;
	text-decoration: none;
}

ul.menu li
{
	margin-top: 1px;
}

ul.menu li a
{
	color: #000;
	padding: 0.5em;
	padding-right: 35px;
	height: 17px;
	background: url(../images/menu_li.png) no-repeat center top;
}

ul.menu li a:hover
{
	background-position: center bottom;
	color: #FFF;
}

ul.menu li ul li a
{
	background: url(../images/ul_li_ul_li.png) no-repeat bottom;
	color: #000;
	height: 13px;
	padding-right: 20px;
}

ul.menu li ul li a:hover
{
	color: #B12E1D;
	background: url(../images/ul_li_ul_li.png) no-repeat top;
}

.code
{
	border: 1px solid #ccc;
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code
{
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li
{
	background: #ddd;
	border: 1px solid #ccc;
	margin: 0 0 2px 2.2em;
}
.indent1
{
	padding-left: 1em;
}
.indent2
{
	padding-left: 2em;
}
.indent3
{
	padding-left: 3em;
}
.indent4
{
	padding-left: 4em;
}
.indent5
{
	padding-left: 5em;
}

#jFlowSlide
{
	background: #fff;
	font-family: Georgia;
}
#myController
{
	font-family: Georgia;
	width: 460px;
	background: #d8d8d8;
	display: inline-block;
	height: 24px;
}
#myController span.jFlowSelected
{
	background-position: bottom center;
	color: #36670d;
}
#myController span
{
	float: right;
}
.slide-wrapper
{
	padding: 5px;
}
.slide-thumbnail
{
	width: 300px;
	float: left;
}
.slide-thumbnail img
{
	max-width: 300px;
	width:auto !important;
	width:300px;
}
.slide-details
{
	width: 460px;
	float: right;
	margin:0px;
	display:inline-block;
}
.slide-details h2
{
	font-size:12px;
	font-weight:bold;
	line-height: 1;
	margin: 0;
}
.slide-details .description
{
	margin-top: 10px;
}

.jFlowControl, .jFlowPrev, .jFlowNext
{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.jFlowPrev, .jFlowNext
{
	background: url(../images/next_prev.png) no-repeat;
	width: 15px;
	height: 20px;
}

.jFlowNext
{
	float: left !important;
	background-position: left top;
}
.jFlowNext:hover
{
	background-position: left bottom;
}
.jFlowPrev
{
	background-position: right top;
	margin-left: 122px;
}
.jFlowPrev:hover
{
	background-position: right bottom;
}

.jFlowControl
{
	background: url(../images/swiper_item.png) no-repeat top center;
	width: 21px;
	color: #adadad;
	text-align: center;
	margin-top: 1px;
}
.jFlowControl:hover
{
	color: #000;
}
.slide-details img
{
	float: left;
	max-width:120px;
	width:auto !important;
	width:120px;
	max-height:120px;
	height:auto !important;
	height:120px;
	margin-right:5px;
}
