pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#example {
	width:960px;
	height:400px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

/*
	Slideshow style
*/

/*#slides {
	position:absolute;
	top:15px;
	left:18px;
	z-index:100;
	width: 100%;
	overflow: hidden;
display: block;
}
.slides_control div
{
    position: relative;
    width:100%;
    left:0px;
}*/

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

/*.slides_container {
	width:940px;
	height:350px;
	overflow:hidden;
	position:relative;
	display:none;
}*/

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

/*#slides .slide {
	width:930px;
	height:310px;
	display:block;
}*/



/*
	Pagination
*/

/*.pagination {
	margin-top:0px;
	float:right;
	margin-right:25px;
}

.pagination li {
	float:left;
	margin:0 3px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/files/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}*/

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Type and anchors
*/

a:link,a:visited 
{
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}



#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

.caption
{
    width: 580px;
    font-size:12px;
    padding-top:5px;
}
.caption img
{
    border:0;}