/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider {
	position: relative;
	overflow: hidden;
	width: 698px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #6B6B6B;
}

.accessible_news_slider img {
	margin: 0px;
	padding: 0px;
	border: 0px solid #CBCBCB;
}

.accessible_news_slider .view_all {
	visibility: hidden;
}

.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
}

.accessible_news_slider .back img,
.accessible_news_slider .next img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.accessible_news_slider .back {
	position: absolute;
	top: -2px;
	left: 0px;
	z-index: 2;
}

.accessible_news_slider .next {
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 2;
}

.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------------
	
	Mini Gallery Theme

-----------------------------------------------------------------------------------------*/

.minigallery {
	position: relative;
	overflow: hidden;
	width: 698px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #6B6B6B;
}

.minigallery img {
	margin: 3px;
	padding: 0px;
	border: 1px solid #CBCBCB;
}


.minigallery .view_all {
	visibility: hidden;
}

.minigallery .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
}

.minigallery .back img,
.minigallery .next img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.minigallery .back {
	position: absolute;
	top: -2px;
	left: 0px;
	z-index: 2;
}

.minigallery .next {
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 2;
}

.minigallery .back a,
.minigallery .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.minigallery ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.minigallery li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------------
	
	Story  Gallery Theme

-----------------------------------------------------------------------------------------*/

.storygallery {
	position: absolute;
	overflow: hidden;
	top: 36px;
	left: 36px;
	width: 420px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #6B6B6B;
}

.storygallery img {
	margin: 3px;
	padding: 0px;
	border: 1px solid #CBCBCB;
}


.storygallery .view_all {
	visibility: hidden;
}

.storygallery .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
}

.storygallery .back img,
.storygallery .next img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.storygallery .back {
	position: absolute;
	top: -2px;
	left: 0px;
	z-index: 2;
}

.storygallery .next {
	position: absolute;
	top: -2px;
	right: 0px;
	z-index: 2;
}

.storygallery .back a,
.storygallery .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.storygallery ul {
	position: absolute;
	left: 0;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

.storygallery li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}



/*-----------------------------------------------------------------------------------------
	
	Story Steps Theme

-----------------------------------------------------------------------------------------*/

.storysteps {
	position: absolute;
	overflow: hidden;
	width: 960px;
	height: 425px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


.storysteps .imgBorder {
	margin: 0px;
	padding: 0px;
	border: 1px dotted #CBCBCB;
	position: absolute;
	top: 36px;
	left: 36px;
}

.storysteps .imgBorder img {
	margin: 3px;
	padding: 0px;
	border: 1px solid #CBCBCB;
}

.storysteps .timeline {
	position: absolute;
	top: 347px;
	left: 36px;
}

.storysteps .hrhistory { top: 130px; }


.storysteps div.title { 
	position: absolute;
	top: 67px;
	left: 516px;
}

.storysteps div.history { top: 65px; }
.storysteps div.home { top: 39px; }


.storysteps p {
	margin: 0px;
	padding: 0px;
	width: 400px;
	text-align: center;
	position: absolute;
	top: 125px;
	left: 516px;
}

.storysteps p.history {	top: 155px; }

.storysteps .view_all {
	visibility: hidden;
}

.storysteps .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
}


.storysteps .back {
	position: absolute;
	width: 70px;
	height: 23px;
	vertical-align: top;
	top: 278px;
	left: 643px;
	z-index: 2;
}

.storysteps .next {
	position: absolute;
	width: 70px;
	height: 23px;
	vertical-align: top;
	top: 278px;
	left: 720px;
	z-index: 2;
}

.storysteps .back img,
.storysteps .next img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.storysteps .back span,
.storysteps .next span {
	border: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.storysteps .back a,
.storysteps .next a {
	color: #EFEFEF;
	text-decoration: none;
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.storysteps .back a:hover,
.storysteps .next a:hover {
	color: #EFEFEF;
	text-decoration: none;
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.storysteps ul {
	position: relative;
	left: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.storysteps li {
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 425px;
}



/*-----------------------------------------------------------------------------------------
	
	Blends Slider Theme

-----------------------------------------------------------------------------------------*/

.blendslider {
	position: absolute;
	overflow: hidden;
	width: 958px;
	height: 89px;
	margin: 0px;
	padding: 0px;
	top: 335px;
	left: 1px;
	border: 0px;
}

.blendslider img {
	margin: 19px 12px 0px 11px;
	padding: 0px;
	border: 0px;

}


.blendslider .view_all {
	visibility: hidden;
}

.blendslider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0px;
}

.blendslider .back img,
.blendslider .next img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.blendslider .back {
	position: absolute;
	top: -6px;
	left: 0px;
	z-index: 2;
}

.blendslider .next {
	position: absolute;
	top: -6px;
	right: 0px;
	z-index: 2;
}

.blendslider .back a,
.blendslider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.blendslider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0px;
	padding: 0px 36px 0px 36px;
	list-style-type: none;
	overflow: hidden;
	border: 0px;
	z-index: 1;
}
.blendslider li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

