/* FEATURES */

/* Fallback image */
#features_fallback { height: 385px; background-image: url("/images/feature-fallback.jpg"); background-repeat: no-repeat; }

/* Set up the homepage feature area. */
#KSU_feature { margin: 0; padding: 0; width: 920px; height: 385px; background-color: #ffffff; overflow: visible; position: relative; border-bottom: 5px solid #fff; }

div#KSU_feature_items 				{ z-index: 100;}
div#KSU_feature_items > ul 			{ margin: 0; padding: 0; position: relative; list-style-type: none; }
div#KSU_feature_items > ul > li 	{ margin: 0; padding: 0; position: absolute; top: 0; left: 0; height: 385px; }

/* Feature Menu */
div#KSU_feature_menu 						{ margin: 0; padding: 0; position:absolute; right:0; top:0; width:280px; height:383px; background-position:right center; background-repeat:no-repeat; background-color: #ffffff; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }
div#KSU_feature_menu > ul 					{ height: 383px; list-style-type:none; margin:0; padding:0; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;}
div#KSU_feature_menu > ul li				{ margin:0; padding:0; overflow: hidden; height: 44px; background-image:url("//www.k-state.edu/KSU_resources/images/feature_menu_item.gif"); background-position: left bottom; background-repeat: repeat-x; }
div#KSU_feature_menu > ul li.current		{ background-image:url("//www.k-state.edu/KSU_resources/images/feature_menu_item_current.gif"); background-color: #ffffff; }
div#KSU_feature_menu h3						{ margin:0; padding:0 15px; height: 44px; line-height: 44px; cursor: pointer; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; font-weight: bold; font-size: 13px; color: #535353; outline: none; overflow: hidden;}
div#KSU_feature_menu li h3:hover			{ color: #4e2a81; text-decoration: none; outline: none; overflow: hidden;}
div#KSU_feature_menu h3.ui-state-active		{ margin:0; padding:5px 15px; background-image: none; color: #4e2a81; font-size: 16px; height: 44px; line-height: 24px; outline: none; overflow: visible; }
div#KSU_feature_menu p						{ margin:0; padding:5px 15px; font-size: 13px; line-height: 16px; font-weight: normal; color: #333333; }
div#KSU_feature_menu p a					{ font-weight: bold; text-decoration: none; color: #333333; }
div#KSU_feature_menu p a:hover				{ font-weight: bold; text-decoration: underline; color: #4e2a81; }

div#KSU_feature_corners { position: absolute; top: 0; left: 0; width: 12px; height: 385px; background-image:url("//www.k-state.edu/KSU_resources/images/feature_corners.png"); background-position:center bottom; background-repeat:no-repeat;}
div#KSU_feature_menu_corners { position: absolute; top: 0; right: 0; width: 12px; height: 385px; background-image:url("//www.k-state.edu/KSU_resources/images/feature_menu_corners.png"); background-position:center bottom; background-repeat:no-repeat;}

/* Gallery */
div.KSU_feature_gallery { margin: 0;  padding: 0; list-style-type: none; width: 640px; height: 385px; }

ul.KSU_feature_gallery_full { margin: 0; padding: 0; position: relative; overflow: hidden; width: 640px; height: 385px; }
ul.KSU_feature_gallery_full>li{ position: absolute; right: 0; top: 0; list-style-type: none;}

ul.KSU_feature_gallery_IF 	 { margin: 0; padding: 0; position: absolute; bottom: 0; height: 45px; width: 640px; background-image: url("//www.k-state.edu/KSU_resources/images/white50.png"); z-index: 1006;}
ul.KSU_feature_gallery_IF li { margin: 5px 0 5px 5px; padding: 2px; height: 27px; background-color: #ffffff; border: 1px solid #000000; cursor: pointer; float: left; list-style-type: none;}
ul.KSU_feature_gallery_IF li img { margin: 0; padding: 0; }
ul.KSU_feature_gallery_IF li { background-color: #000000;}
ul.KSU_feature_gallery_IF li.active { background-color: #ffffff;}

/* End of Feature style */
