/*------------------------------------------------------------------------------------------------------- 
    
    Small and big Attention Wrapper (#Slider)
    
---------------------------------------------------------------------------------------------------------*/

  .attention-box
  {
      position: relative;
  }
  .attention-box h1
  {
      font-size: 150%;
  }
  .attention-box.noPadding
  {
      padding: 0;
  }
    .attention-box.small div.picture
    {
        width: 240px;
        height: 220px;
        margin: 10px 0 10px 10px;
        background-repeat:no-repeat;
        position: relative;
        border-right: 1px solid #d4d4d4;
        display: inline-block;
        vertical-align:bottom;
    }
    
    .attention-box ul.present-box {
        position: relative;
        list-style-type: none;
    }

    .attention-box.big ul.present-box
    {
        min-height: 380px;
        position: relative;
        list-style-type: none;
    }
    .attention-box.small ul.present-box
    {
        min-height: 250px;
        position: relative;
        display: inline-block;
        vertical-align:bottom;
        margin-left:10px;
        list-style-type: none;
    }

    .attention-box ul.present-box > li
    {
        position: relative;
    }
        .attention-box.big ul.present-box.dynamic > li
        {
            width: 960px;
        }
        .attention-box.small ul.present-box > li
        {
            width: 660px;
        }

            .attention-box ul.present-box > li ~ li
            {
            	position: absolute;
            	top: 0;
                display: none;
            }

    .attention-box ul.present-box li div.inner
    {
        border-radius: 5px;
        position: relative;
    }

        .attention-box.small ul.present-box li div.inner
        {
            min-height: 250px;
        }

        .attention-box.big ul.present-box.dynamic li div.inner
        {
            min-height: 380px;
        }


        .attention-box.big ul.present-box.dynamic div.content
        {
            position: absolute;
            top: 28px;
            margin: 0 30px 0 20px;
	    width: 387px; /* wat */
            background: none;
        }

	.attention-box.small ul.present-box.dynamic div.content {
		width: auto;
		max-width: 387px;
	}
        .attention-box ul.present-box.dynamic div.content.right
        {
            right: 0;
        }
        .attention-box ul.present-box.dynamic div.content.left
        {
            left: 0;
        }

            .attention-box ul.present-box.dynamic div.content h2
            {
                font-size: 26px;
                font-weight: normal;
                text-align: center;
                padding-bottom: 14px;
                vertical-align: baseline;
                line-height: 30px;
            }

                .attention-box ul.present-box.dynamic div.content h2 strong
                {
                    font-size: 36px;
                    color: #8D912D;
                    font-weight: normal;
                    vertical-align: baseline;
                }

            .attention-box ul.present-box.dynamic div.content ul
            {
                margin-bottom: 8px;
            }

                .attention-box ul.present-box.dynamic div.content ul li
                {
                    padding-bottom: 9px;
                    font-size: 18px;
                    line-height: 22px;
                    padding-left: 23px;
                    background-position: 4px -196px;
                }
                .attention-box ul.present-box.dynamic div.content ul li:before
                {
                	content:"\00BB";
                	padding-right:2px;
                	margin-left:-17px;
                	color: #9CA50A;
                	font-size:25px;
                }

                .attention-box div.register, div.register.flBottomRight {
                    position: absolute;
                    bottom: -5px;
                    right: 0;
                    padding: 0 30px 0 0;
                    width: 358px;
                    white-space:pre-line; /*makes line breaks*/
                }

            .attention-box ul.present-box.dynamic div.content .htmlAfter
            {
                overflow: none;
            }

                .attention-box ul.present-box.dynamic div.content .htmlAfter p.journal
                {
                    float: left;
                    padding-left: 45px;
                }

		.attention-box ul.present-box.dynamic div.content .htmlAfter {
		}

                .attention-box ul.present-box.dynamic div.content .htmlAfter a.button
                {
                    float: right;
		    margin-right: 30px;
                }
                
    .attention-box div.slider-indicator
    {
        position: absolute;
        right: 50px;
        bottom: 15px;
    }

    .attention-box.small div.slider-indicator
    {
        position: absolute;
        right: 26px;
        bottom: 4px;
    }

        div.attention-box div.slider-indicator span
        {
            float: left;
            display: block;
            width: 16px;
            height: 16px;
            background-position: 0 0px;
            cursor: pointer;
            background-color: transparent;
            background-image: url(/img/frontpage_not_logged_in/gallery_sprites.png);
            background-repeat: no-repeat;
        }

            div.attention-box div.slider-indicator span.active
            {
                background-position: 0 -100px;
            }

            div.attention-box div.slider-indicator span:hover
            {
                background-position: 0 -200px;
            }

.tabs-indicator {
    border-bottom: 1px solid #ddd;
}

.tabs-indicator .drow > span {
    text-align: center;
    padding:5px;
    cursor: pointer;
}

.tabs-indicator .drow > span.active {
    background: #9da60a;
    color: white;
}

.sc-gallery-box-wrapper h1.journal {
    font-size:2em !important;
}
.sc-gallery-box-wrapper h2.journal {
    font-size:2em !important;
}

.sc-gallery-box-wrapper h3.journal {
    font-size:2em !important;
}

.sc-gallery-box-wrapper h4.journal {
    font-size:2em !important;
}

.sc-gallery-box-wrapper h5.journal {
    font-size:2em !important;
}

.sc-gallery-box {
    padding:20px;
}

